From 63512d2596765e2316feb9be3bc0ead7586b2d7c Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:07:30 +0100 Subject: [PATCH] chore: add default fullscreen orientation value --- apps/expo/src/app/videoPlayer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/expo/src/app/videoPlayer.tsx b/apps/expo/src/app/videoPlayer.tsx index c1baab4..9b7f561 100644 --- a/apps/expo/src/app/videoPlayer.tsx +++ b/apps/expo/src/app/videoPlayer.tsx @@ -148,6 +148,7 @@ const VideoPlayer: React.FC = ({ data }) => { // textTracks={textTracks} // breaks playback className="absolute inset-0" fullscreen={true} + fullscreenOrientation="landscape" paused={false} controls={true} onLoadStart={onVideoLoadStart}