UNPKG

dropdown-picker-rn

Version:

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

73 lines (72 loc) 2.12 kB
{ "name": "dropdown-picker-rn", "version": "1.0.1", "description": "A single / multiple, categorizable & 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/hossein-zare/react-native-dropdown-picker.git" }, "keywords": [ "picker", "dropdown", "drop-down", "multiple", "single", "placeholder", "categorizable", "category", "searchable", "sub-item", "menu", "context", "component", "rtl", "rtl-support", "react", "reactnative", "react-native", "react native", "android", "ios", "javascript" ], "dependencies": { "react-native-vector-icons": "^8.1.0" }, "author": "Hossein Zare", "license": "MIT", "bugs": { "url": "https://github.com/hossein-zare/react-native-dropdown-picker/issues" }, "homepage": "https://github.com/hossein-zare/react-native-dropdown-picker#readme", "react-native": { "zlib": "browserify-zlib", "crypto": "react-native-crypto", "http": "@tradle/react-native-http", "https": "https-browserify", "path": "path-browserify", "fs": "react-native-level-fs", "_stream_transform": "readable-stream/transform", "_stream_readable": "readable-stream/readable", "_stream_writable": "readable-stream/writable", "_stream_duplex": "readable-stream/duplex", "_stream_passthrough": "readable-stream/passthrough", "stream": "stream-browserify" }, "browser": { "zlib": "browserify-zlib", "crypto": "react-native-crypto", "http": "@tradle/react-native-http", "https": "https-browserify", "path": "path-browserify", "fs": "react-native-level-fs", "_stream_transform": "readable-stream/transform", "_stream_readable": "readable-stream/readable", "_stream_writable": "readable-stream/writable", "_stream_duplex": "readable-stream/duplex", "_stream_passthrough": "readable-stream/passthrough", "stream": "stream-browserify" } }