added support for automaticallyWaitsToMinimizeStalling property on iOS

This commit is contained in:
Jovan Stanimirovic
2019-08-22 10:10:39 +02:00
parent c29244bf89
commit e3782c4ec6
4 changed files with 20 additions and 1 deletions

View File

@@ -382,6 +382,7 @@ Video.propTypes = {
poster: PropTypes.string,
posterResizeMode: Image.propTypes.resizeMode,
repeat: PropTypes.bool,
automaticallyWaitsToMinimizeStalling: PropTypes.bool,
allowsExternalPlayback: PropTypes.bool,
selectedAudioTrack: PropTypes.shape({
type: PropTypes.string.isRequired,