diff --git a/examples/basic/src/VideoPlayer.android.tsx b/examples/basic/src/VideoPlayer.android.tsx index 4b426ace..ef17ac5b 100644 --- a/examples/basic/src/VideoPlayer.android.tsx +++ b/examples/basic/src/VideoPlayer.android.tsx @@ -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}