@around25/react-native-gallery-media-picker
Version:
A react native component that will get all the media files (images and video) from device gallery and allow to select items
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "@around25/react-native-gallery-media-picker",
"version": "0.2.0",
"description": "A react native component that will get all the media files (images and video) from device gallery and allow to select items",
"main": "index.js",
"scripts": {
"test": "test-component"
},
"keywords": [
"react-native",
"camera-roll",
"media",
"component",
"react-native",
"component"
],
"peerDependencies": {
"react": "^16.3.0-alpha.1",
"react-native": "0.54.3",
"react-native-thumbnail-a25av": "^1.2.0",
"lodash": "^4.17.11"
},
"author": "Andrei Rat",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Around25/react-native-gallery-media-picker.git"
},
"bugs": {
"url": "https://github.com/Around25/react-native-gallery-media-picker/issues"
},
"homepage": "https://github.com/Around25/react-native-gallery-media-picker#readme",
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.22.2",
"react-native-thumbnail-a25av": "^1.2.0"
}
}