ExoPlayer (#426)

This commit is contained in:
Andrew Jack
2017-01-11 12:51:45 +00:00
committed by Matt Apperson
parent cd53e389a0
commit 9a936c9e8f
32 changed files with 1744 additions and 71 deletions
+4 -2
View File
@@ -6,12 +6,14 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "15.4.2",
"react-native": "^0.40.0",
"react-native-video": "file:../",
"react-native-windows": "^0.33.4"
"react-native-windows": "~0.38.0"
},
"devDependencies": {
"rnpm-plugin-windows": "^0.2.3"
"rnpm-plugin-windows": "~0.2.3"
}
}