Merge branch 'feat-providers-video' of https://github.com/castdrian/mw-native into pr/9

This commit is contained in:
Jorrin
2024-02-14 20:00:42 +01:00

View File

@@ -74,6 +74,9 @@ function RootLayoutNav() {
screenOptions={{
autoHideHomeIndicator: true,
gestureEnabled: true,
animation: "default",
animationTypeForReplace: "push",
presentation: "card",
headerShown: false,
contentStyle: {
backgroundColor: Colors.background,
@@ -82,7 +85,14 @@ function RootLayoutNav() {
>
<Stack.Screen
name="(tabs)"
options={{ headerShown: false, autoHideHomeIndicator: true }}
options={{
headerShown: false,
autoHideHomeIndicator: true,
gestureEnabled: true,
animation: "default",
animationTypeForReplace: "push",
presentation: "card",
}}
/>
</Stack>
</ThemeProvider>