ExoPlayer - Add possibility to hide shutterView

This commit is contained in:
vadim
2018-11-28 14:56:58 +02:00
parent e1c1eb6dc8
commit 96c42844fe
5 changed files with 30 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ Video.propTypes = {
fullscreenOrientation: PropTypes.oneOf(['all','landscape','portrait']),
progressUpdateInterval: PropTypes.number,
useTextureView: PropTypes.bool,
hideShutterView: PropTypes.bool,
onLoadStart: PropTypes.func,
onLoad: PropTypes.func,
onBuffer: PropTypes.func,