This commit is contained in:
Maarten 2024-08-07 21:02:04 +02:00
parent f5c59f602a
commit 90519e506c
4 changed files with 2 additions and 12 deletions

View file

@ -37,6 +37,7 @@ export default function RootLayout() {
<Stack>
<Stack.Screen name="(tabs)" options={{headerShown: false}}/>
<Stack.Screen name="(onboarding)/start" options={{headerShown: false}}/>
<Stack.Screen name="index" options={{headerShown: false}}/>
</Stack>
<Toast/>
</ThemeProvider>