UNPKG

@evolvier/react-native-select

Version:
38 lines (37 loc) 950 B
{ "name": "@evolvier/react-native-select", "version": "1.2.0", "description": "A multi (or single) select component", "main": "index.js", "scripts": { "android": "cd example && yarn dev && expo start --android", "ios": "cd example && yarn dev && expo start --ios", "u": "cd example && yarn dev", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/evolvier/react-native-select.git" }, "keywords": [ "react-native-select", "multi-select", "select", "simple-select", "react-component", "react", "react-native", "ios", "android" ], "author": "Vishnu PS", "license": "MIT", "bugs": { "url": "https://github.com/evolvier/react-native-select/issues" }, "homepage": "https://github.com/evolvier/react-native-select#readme", "dependencies": { "react-native-modal": "^14.0.0-rc.1", "react-native-vector-icons": "^10.2.0" } }