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}
|
paused={this.state.paused}
|
||||||
volume={this.state.volume}
|
volume={this.state.volume}
|
||||||
muted={this.state.muted}
|
muted={this.state.muted}
|
||||||
|
fullscreen={this.state.fullscreen}
|
||||||
controls={this.state.showRNVControls}
|
controls={this.state.showRNVControls}
|
||||||
resizeMode={this.state.resizeMode}
|
resizeMode={this.state.resizeMode}
|
||||||
onLoad={this.onLoad}
|
onLoad={this.onLoad}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user