mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-30 09:51:13 +00:00
ExoPlayer - Add possibility to hide shutterView
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user