Skip to content

Commit

Permalink
πŸ› app: fix initial route
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jun 20, 2024
1 parent 4550816 commit 1d54f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import useOneSignal from "../utils/useOneSignal";

export { ErrorBoundary } from "expo-router";

export const unstable_settings = { initialRouteName: "/" };
export const unstable_settings = { initialRouteName: "index" };

SplashScreen.preventAutoHideAsync().catch(handleError);
const routingInstrumentation = new ReactNavigationInstrumentation();
Expand Down

0 comments on commit 1d54f8f

Please sign in to comment.