Update react-native to 0.10.0

This commit is contained in:
Will Anderson
2015-08-28 12:20:04 -07:00
parent b4ad535eaf
commit eac6361ff8
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh --root ../../"
},
"dependencies": {
"react-native": "^0.8.0",
"react-native": "^0.10.0",
"react-native-button": "^1.2.0",
"react-native-code-push": "file:../../"
}