forked from tombailey/react-native-fixed-android-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 752 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-native-fixed-android-picker",
"version": "1.0.0",
"description": "A React Native Android module to work around the 'Android Picker not consistently firing onValueChange()' issue; see https://github.com/facebook/react-native/issues/15556#issuecomment-359478181 .",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"fixed",
"android",
"picker"
],
"author": "Tom Bailey",
"license": "MIT",
"repository": "https://github.com/tombailey/react-native-fixed-android-picker",
"bugs": "https://github.com/tombailey/react-native-fixed-android-picker/issues",
"peerDependencies": {
"react-native": ">=0.19"
}
}