From 845f34fefd784a6f07f47983e6578132921e5be6 Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Thu, 3 Nov 2022 08:26:31 +0100 Subject: [PATCH] test: add fullscreen prop in sample --- examples/basic/src/VideoPlayer.android.tsx | 1 + 1 file changed, 1 insertion(+) 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}