🚧 Adding the list view page, but has to be modified

This commit is contained in:
Alexis Leboeuf
2025-10-13 09:58:07 +02:00
parent d08bb6da70
commit 1366c9ee3a
5 changed files with 198 additions and 29 deletions

View File

@@ -15,8 +15,8 @@ export default function RootLayout() {
return (
<ThemeProvider value={colorScheme === 'dark' ? DarkTheme : DefaultTheme}>
<Stack>
<Stack.Screen name="selectChantier" options={{ headerShown: false }}/>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="selectChantier" options={{ headerShown: false }}/>
<Stack.Screen name="modal" options={{ presentation: 'modal', title: 'Modal' }} />
</Stack>
<StatusBar style="auto" />