From 271cca3cd53273ad38ce2d565670e8a1a241f020 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:34:21 +0100 Subject: [PATCH] chore: cleanup --- apps/expo/src/app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/src/app/_layout.tsx b/apps/expo/src/app/_layout.tsx index 3238d56..623f4b3 100644 --- a/apps/expo/src/app/_layout.tsx +++ b/apps/expo/src/app/_layout.tsx @@ -21,7 +21,7 @@ export { export const unstable_settings = { // Ensure that reloading on `/modal` keeps a back button present. - initialRouteName: "(tabs)/index", + initialRouteName: "(tabs)", }; // Prevent the splash screen from auto-hiding before asset loading is complete.