From 06374e3c6f6a2920acc56bede3d0d19d1156e932 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 03:41:12 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0f0aa65..ff3ab42 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,34 @@ -#This project has been deprecated, move to https://github.com/beefe/react-native-picker +# This project has been deprecated, move to https://github.com/beefe/react-native-picker ## react-native-picker-android PickerAndroid has PickerIOS interface in pure javascript -###Warn +### Warn if 0.14.2 <= react-native <=0.24 `npm install react-native-picker-android@0.3.8 --save` if 0.24 < react-native `npm install react-native-picker-android --save` -###Documentation +### Documentation -####Props +#### Props - pickerStyle viewStylePropType - itemStyle textStylePropType - selectedValue any - onValueChange function -####Methods +#### Methods - moveUp when called, the wheel will go up, which will trigger onValueChange - moveDown when called, the wheel will go down, which will trigger onValueChange too. -###Usage +### Usage -####Step 1 - install +#### Step 1 - install ``` npm install react-native-picker-android --save ``` -####Step 2 - import and use in project +#### Step 2 - import and use in project ```javascript 'use strict';