react-native-camera-roll-picker
Version:
A React Native component providing images selection from camera roll
34 lines (33 loc) • 875 B
JSON
{
"name": "react-native-camera-roll-picker",
"description": "A React Native component providing images selection from camera roll ",
"version": "2.0.1",
"author": "jeanpan",
"bugs": {
"url": "https://github.com/jeanpan/react-native-camera-roll-picker/issues"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"@react-native-camera-roll/camera-roll": "^5.2.4"
},
"homepage": "https://github.com/jeanpan/react-native-camera-roll-picker#readme",
"keywords": [
"cameraroll",
"ios",
"picker",
"react-component",
"react-native",
"react-native-component"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeanpan/react-native-camera-roll-picker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}