fix issue#51

This commit is contained in:
xwenliang
2016-07-12 21:37:24 +08:00
parent 9da777bb6c
commit 31ec1932b0
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "^15.0.2",
"react": "15.0.2",
"react-native": "^0.26.1",
"react-native-picker": "^3.0.3"
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-picker",
"version": "3.0.4",
"version": "3.0.5",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
@@ -19,7 +19,7 @@
"email": "wenliang.web@gmail.com"
},
"dependencies": {
"react-native-picker-android": "~1.0.2"
"react-native-picker-android": "~1.0.3"
},
"engines": {
"node": ">=4"