react-native-modal-dropdown
Version:
A react-native dropdown component for both iOS and Android.
41 lines (40 loc) • 993 B
JSON
{
"name": "react-native-modal-dropdown",
"version": "1.0.2",
"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/siemiatj/react-native-modal-dropdown",
"bugs": {
"url": "https://github.com/siemiatj/react-native-modal-dropdown/issues",
"email": "kuba@saskla.cz"
},
"license": "MIT",
"author": "sohobloo <sohobloo@live.cn> (https://github.com/sohobloo)",
"contributors": [
"sasklacz <kuba@saskla.cz> (https://saskla.cz)"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/siemiatj/react-native-modal-dropdown.git"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"scripts": {
"test": "echo \"no test specified\" && exit 0"
}
}