Commit ce297122 authored by xwenliang's avatar xwenliang

init

parents
# react-native-picker
A Picker written in pure javascript for cross-platform support.
Since we use PickerIOS for iOS platform and [react-native-picker-android](https://github.com/beefe/react-native-picker-android) for android platform, it has the same interface and ui width PickerIOS.
Needs react-native >= 0.14.2
###Documentation
{
"name": "react-native-picker",
"version": "0.1.0",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beefe/react-native-picker.git"
},
"keywords": [
"react-native",
"picker"
],
"author": {
"name": "zooble",
"email": "wenliang.web@gmail.com"
},
"dependencies": {
"react-native-picker-android": "^0.2.2"
},
"engines": {
"node": ">=4"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/beefe/react-native-picker/issues"
},
"homepage": "https://github.com/beefe/react-native-picker#readme"
}
\ No newline at end of file
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