react-native-modal-dropdown-v2
Version:
A react-native dropdown component for both iOS and Android.
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "react-native-modal-dropdown-v2",
"version": "1.0.1",
"description": "A react-native dropdown component for both iOS and Android.",
"keywords": [
"react",
"react-component",
"react-native",
"react-native-component",
"ios",
"android",
"modal",
"dropdown",
"picker",
"select",
"selector",
"option"
],
"homepage": "https://github.com/sohobloo/react-native-modal-dropdown",
"bugs": {
"url": "https://github.com/sohobloo/react-native-modal-dropdown/issues",
"email": "sohobloo@live.cn"
},
"license": "MIT",
"author": "sohobloo <sohobloo@live.cn> (https://github.com/sohobloo)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sohobloo/react-native-modal-dropdown.git"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"scripts": {
"test": "echo \"no test specified\" && exit 0"
},
"directories": {
"doc": "docs",
"example": "example"
},
"devDependencies": {}
}