Fix imports and bump sample project to 0.8.0

This commit is contained in:
Brent Vatne
2015-07-28 15:46:05 -07:00
parent e832d3860a
commit db402be640
8 changed files with 22 additions and 40 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.4",
"react-native-video": "^0.4.1"
"react-native": "0.8.0",
"react-native-video": "0.5.0"
}
}