fix: platform sepcific playing

This commit is contained in:
Fredrik Burmester
2024-10-15 22:41:19 +02:00
parent 3916c94f36
commit 951a9d08ba
5 changed files with 183 additions and 4 deletions

View File

@@ -341,7 +341,16 @@ function Layout() {
}}
/>
<Stack.Screen
name="(auth)/play-offline-video"
name="(auth)/offline-player"
options={{
headerShown: false,
autoHideHomeIndicator: true,
title: "",
animation: "fade",
}}
/>
<Stack.Screen
name="(auth)/offline-vlc-player"
options={{
headerShown: false,
autoHideHomeIndicator: true,