UNPKG

react-native-media-viewing

Version:

React Native modal component for viewing images and video as a sliding gallery

54 lines (53 loc) 1.29 kB
{ "name": "react-native-media-viewing", "version": "0.1.3", "description": "React Native modal component for viewing images and video as a sliding gallery", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/chinhfyb12/react-native-media-viewing.git" }, "keywords": [ "react", "react-native", "image", "gallery", "image-gallery", "image-viewer", "video-viewer", "video-gallery", "video" ], "scripts": { "build": "tsc", "postversion": "yarn build" }, "peerDependencies": { "react": ">=16.11.0", "react-native": ">=0.61.3", "react-native-video-controls": "^2.8.1" }, "files": [ "dist", "readme.md", "package.json" ], "author": "Pham Dinh Chinh", "license": "MIT", "bugs": { "url": "https://github.com/chinhfyb12/react-native-media-viewing/issues" }, "homepage": "https://github.com/chinhfyb12/react-native-media-viewing#readme", "devDependencies": { "@babel/runtime": "7.7.4", "@types/react": "16.9.13", "@types/react-native": "0.60.23", "react": "16.12.0", "react-native": "0.61.5", "typescript": "3.7.2" }, "dependencies": { "react-native-video-controls": "^2.8.1" } }