-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.36 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.36 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-native-select",
"version": "1.1.1",
"description": "react-native-native-select is a strictly native, performant Select component for React Native built exclusively for the New Architecture.",
"main": "src/index.ts",
"react-native": "src/index.ts",
"types": "src/index.ts",
"source": "src/index",
"files": [
"src",
"android",
"ios",
"react-native-native-select.podspec",
"!android/build",
"!ios/build",
"!tests",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"keywords": [
"react-native",
"ios",
"android",
"picker",
"dropdown",
"select",
"input select",
"new architecture",
"typescript",
"native-module"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wneel/react-native-native-select.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "Wayan NEEL <66263633+wneel@users.noreply.github.com> (https://github.com/wneel)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wneel/react-native-native-select/issues"
},
"homepage": "https://github.com/wneel/react-native-native-select#readme",
"peerDependencies": {
"react": "*",
"react-native": ">=0.71.0"
},
"codegenConfig": {
"name": "RTNSelectSpec",
"type": "components",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.rtnselect"
}
}
}