Add example project to control playback

This commit is contained in:
Brent Vatne
2015-04-08 12:01:10 -07:00
parent bd1dc1f014
commit 202dd3feb1
22 changed files with 1591 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "VideoPlayer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.3.4",
"react-native-video": "^0.2.4"
}
}