fix route

deskripsi:
- perbaiki route tujuan pada create profile
This commit is contained in:
2025-07-08 14:18:50 +08:00
parent 3d9672154c
commit 0698e14d36
4 changed files with 28 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ export default function RootLayout() {
}}
>
<Stack.Screen name="index" options={{ title: "" }} />
<Stack.Screen name="+not-found" options={{ title: "" }} />
<Stack.Screen
name="verification"
options={{ title: "", headerBackVisible: false }}