From c706ac31cc72c8203697375daea7347af93c70cf Mon Sep 17 00:00:00 2001 From: xwenliang Date: Sat, 19 Dec 2015 17:43:15 +0800 Subject: [PATCH] readme --- README.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc9c146..66481b0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Needs react-native >= 0.14.2 ###Documentation ####Props +- pickerBtnText string, tool bar's btn text +- pickerBtnStyle textStylePropType, tool bar's btn style +- pickerToolBarStyle viewStylePropType, tool bar's style - pickerHeight number - showDuration number - pickerData array @@ -47,9 +50,9 @@ Needs react-native >= 0.14.2 ####support two modes: -1. parallel: such as time picker, wheels have no connection with each other +1. parallel: such as time picker, wheels have no connection with each other -2. cascade: such as date picker, address picker .etc, when front wheel changed, the behind wheels will all be reset +2. cascade: such as date picker, address picker .etc, when front wheel changed, the behind wheels will all be reset ####parallel: diff --git a/package.json b/package.json index 8316143..aaa0f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-picker", - "version": "0.2.0", + "version": "0.2.1", "description": "react-native-picker", "main": "index.js", "scripts": { -- 2.26.2