UNPKG

react-native-custom-dropdown

Version:

A single or multiple, searchable item picker (dropdown) component for react native which supports both Android & iOS.

46 lines (45 loc) 1.11 kB
{ "name": "react-native-custom-dropdown", "version": "1.0.1", "description": "A single or multiple, searchable item picker (dropdown) component for react native which supports both Android & iOS.", "main": "src/index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/yashp98/react-native-custom-dropdown-picker.git" }, "keywords": [ "picker", "dropdown", "drop-down", "multiple", "single", "placeholder", "searchable", "menu", "context", "component", "rtl", "rtl-support", "react", "reactnative", "react-native", "react native", "android", "ios", "javascript" ], "dependencies": { "react-native-vector-icons": "^7.0.0", "prop-types": "^15.7.2" }, "author": "Hossein Zare", "license": "MIT", "bugs": { "url": "https://github.com/yashp98/react-native-custom-dropdown-picker/issues" }, "homepage": "https://github.com/yashp98/react-native-custom-dropdown-picker#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }