test: add fullscreen prop in sample
This commit is contained in:
parent
973651e416
commit
845f34fefd
@ -715,6 +715,7 @@ class VideoPlayer extends Component {
|
||||
paused={this.state.paused}
|
||||
volume={this.state.volume}
|
||||
muted={this.state.muted}
|
||||
fullscreen={this.state.fullscreen}
|
||||
controls={this.state.showRNVControls}
|
||||
resizeMode={this.state.resizeMode}
|
||||
onLoad={this.onLoad}
|
||||
|
Loading…
Reference in New Issue
Block a user