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"
}