Add id prop & autoplay handling, support DASH & HLS via Shaka Player

This commit is contained in:
Hampton Maxwell
2018-10-12 13:41:01 -07:00
parent 864da19d41
commit f0e0e555dd
3 changed files with 66 additions and 31 deletions

View File

@@ -35,7 +35,8 @@
},
"dependencies": {
"keymirror": "0.1.1",
"prop-types": "^15.5.10"
"prop-types": "^15.5.10",
"shaka-player": "2.4.4"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
@@ -54,4 +55,4 @@
"react-native-video.podspec",
"VideoResizeMode.js"
]
}
}