-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "@tenkaipl/react-native-select",
"version": "0.1.2",
"description": "Customizable select/dropdown for React Native",
"main": "src/index.js",
"files": [
"src",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"react-native",
"expo",
"react native select",
"react-native-select",
"react native dropdown",
"react-native-dropdown",
"custom select",
"custom dropdown",
"headless ui",
"react native picker alternative",
"react native form",
"react native input",
"react native autocomplete"
],
"author": "Tenkai",
"license": "MIT",
"homepage": "https://github.com/tenkaipl/react-native-select#readme",
"bugs": {
"url": "https://github.com/tenkaipl/react-native-select/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tenkaipl/react-native-select.git"
},
"peerDependencies": {
"@expo/vector-icons": ">=13",
"react": ">=18",
"react-native": ">=0.70",
"react-native-safe-area-context": ">=4"
}
}