Update to support react-native 0.3.10

This commit is contained in:
Brent Vatne
2015-04-09 12:29:11 -07:00
parent 1000266fd3
commit 61752153b3
5 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.3.4",
"react-native-video": "^0.2.5"
"react-native": "0.3.10",
"react-native-video": "^0.2.6"
}
}