react-native-modal-dropdown
Version:
A react-native dropdown component for both iOS and Android.
18 lines (17 loc) • 539 B
JSON
{
"name": "react-native-modal-dropdown-demo",
"version": "0.6.2",
"description": "A demo for react-native-modal-dropdown component.",
"homepage": "https://github.com/sohobloo/react-native-modal-dropdown",
"license": "MIT",
"author": "sohobloo <sohobloo@live.cn> (https://github.com/sohobloo)",
"dependencies": {
"react": "^16.2.0",
"react-native": "^0.53.0",
"react-native-modal-dropdown": "latest"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"private": true
}