forked from hossein-zare/react-native-dropdown-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-native-dropdown-picker",
"version": "4.0.2",
"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": "^7.0.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"
}