Skip to content
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 [email protected] --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