mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
Merge branch 'feat-providers-video' of https://github.com/castdrian/mw-native into pr/9
This commit is contained in:
@@ -74,6 +74,9 @@ function RootLayoutNav() {
|
|||||||
screenOptions={{
|
screenOptions={{
|
||||||
autoHideHomeIndicator: true,
|
autoHideHomeIndicator: true,
|
||||||
gestureEnabled: true,
|
gestureEnabled: true,
|
||||||
|
animation: "default",
|
||||||
|
animationTypeForReplace: "push",
|
||||||
|
presentation: "card",
|
||||||
headerShown: false,
|
headerShown: false,
|
||||||
contentStyle: {
|
contentStyle: {
|
||||||
backgroundColor: Colors.background,
|
backgroundColor: Colors.background,
|
||||||
@@ -82,7 +85,14 @@ function RootLayoutNav() {
|
|||||||
>
|
>
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
name="(tabs)"
|
name="(tabs)"
|
||||||
options={{ headerShown: false, autoHideHomeIndicator: true }}
|
options={{
|
||||||
|
headerShown: false,
|
||||||
|
autoHideHomeIndicator: true,
|
||||||
|
gestureEnabled: true,
|
||||||
|
animation: "default",
|
||||||
|
animationTypeForReplace: "push",
|
||||||
|
presentation: "card",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
Reference in New Issue
Block a user