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