test: add fullscreen prop in sample

This commit is contained in:
olivier bouillet 2022-11-03 08:26:31 +01:00
parent 973651e416
commit 845f34fefd

View File

@ -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}