Add Android VideoPlayer example

This commit is contained in:
Brent Vatne
2015-12-06 22:25:18 -08:00
parent ce29c1f8a4
commit fde97ebaec
29 changed files with 919 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.16.0-rc",
"react-native-video": "^0.6.1"
"react-native": "^0.16.0",
"react-native-video": "brentvatne/react-native-video#feature/android-support"
}
}