Commit c706ac31 authored by xwenliang's avatar xwenliang

readme

parent 34d81a57
......@@ -11,6 +11,9 @@ Needs react-native >= 0.14.2
###Documentation
####Props
- <b>pickerBtnText</b> string, tool bar's btn text
- <b>pickerBtnStyle</b> textStylePropType, tool bar's btn style
- <b>pickerToolBarStyle</b> viewStylePropType, tool bar's style
- <b>pickerHeight</b> number
- <b>showDuration</b> number
- <b>pickerData</b> array
......@@ -47,9 +50,9 @@ Needs react-native >= 0.14.2
####support two modes:
<b>1. parallel: such as time picker, wheels have no connection with each other</b>
<b>1. parallel:</b> such as time picker, wheels have no connection with each other
<b>2. cascade: such as date picker, address picker .etc, when front wheel changed, the behind wheels will all be reset</b>
<b>2. cascade:</b> such as date picker, address picker .etc, when front wheel changed, the behind wheels will all be reset
####parallel:
......
{
"name": "react-native-picker",
"version": "0.2.0",
"version": "0.2.1",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment