We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0b107 commit 6d48aa3Copy full SHA for 6d48aa3
README.md
@@ -4,12 +4,12 @@ PickerAndroid has PickerIOS interface in pure javascript
4
5
Needs react-native >= 0.14.2
6
7
-
8
-
9
###Documentation
10
11
-- selectedValue any
12
-- onValueChange function
+- <b>selectedValue</b> any
+- <b>onValueChange</b> function
+- <b>moveUp</b> when called, the wheel will go up, which will trigger onValueChange
+- <b>moveDown</b> when called, the wheel will go down, which will trigger onValueChange too.
13
14
###Usage
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker-android",
3
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "react-native-picker-android",
"main": "index.js",
"scripts": {
0 commit comments