react-native-360-images-viewer
Version:
A React Native component for 360-degree images viewing.
28 lines (27 loc) • 579 B
JSON
{
"name": "react-native-360-images-viewer",
"version": "1.0.2",
"description": "A React Native component for 360-degree images viewing.",
"main": "index.tsx",
"types": "index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"react-native",
"360",
"image-viewer",
"pan-responder"
],
"author": "phucphan99",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.64.0"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-native": "^0.72.8",
"typescript": "^5.8.3"
}
}