Added Android Expansion File Support (#142)

* Add Android Expansion File Support

* Added notes for usage with Android Expansion file

* Update README.md

Added notes re: expansion file usage.

* formatting issue fixes
This commit is contained in:
Simon Gough
2016-09-14 12:28:06 +01:00
committed by Matt Apperson
parent 8982843311
commit 4b8101398c
7 changed files with 908 additions and 13 deletions

View File

@@ -147,6 +147,8 @@ export default class Video extends Component {
isNetwork,
isAsset,
type: source.type || 'mp4',
mainVer: source.mainVer || 0,
patchVer: source.patchVer || 0,
},
onVideoLoadStart: this._onLoadStart,
onVideoLoad: this._onLoad,