Skip to content

Commit 6d48aa3

Browse files
committed
refresh readme
1 parent 2b0b107 commit 6d48aa3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ PickerAndroid has PickerIOS interface in pure javascript
44

55
Needs react-native >= 0.14.2
66

7-
![ui](./doc/ui.gif)
8-
97
###Documentation
108

11-
- selectedValue any
12-
- onValueChange function
9+
- <b>selectedValue</b> any
10+
- <b>onValueChange</b> function
11+
- <b>moveUp</b> when called, the wheel will go up, which will trigger onValueChange
12+
- <b>moveDown</b> when called, the wheel will go down, which will trigger onValueChange too.
1313

1414
###Usage
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-picker-android",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "react-native-picker-android",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)