forked from hossein-zare/react-native-dropdown-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "react-native-dropdown-picker",
"version": "3.6.8",
"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/hossein-zare/react-native-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/hossein-zare/react-native-dropdown-picker/issues"
},
"homepage": "https://github.com/hossein-zare/react-native-dropdown-picker#readme"
}