-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (41 loc) · 1.21 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": "react-native-native-select",
"version": "1.0.0",
"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": "https://github.com/wneel/react-native-native-select",
"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"
}
}
}