From 5d48b6a7c4dd3836abfce14b6d61f87ae454b609 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:55:30 +0100 Subject: [PATCH] chore: this should work whenever expo-router gets a release --- apps/expo/src/app/_layout.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/expo/src/app/_layout.tsx b/apps/expo/src/app/_layout.tsx index 8d95069..aad4fb0 100644 --- a/apps/expo/src/app/_layout.tsx +++ b/apps/expo/src/app/_layout.tsx @@ -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() { >