Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
- <b>pickerStyle</b> viewStylePropType
- <b>itemStyle</b> textStylePropType
- <b>selectedValue</b> any
- <b>onValueChange</b> function

####Methods
#### Methods
- <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.

###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';

Expand Down