composant selectChantier (pas fini)

This commit is contained in:
trochas
2025-10-10 10:04:00 +02:00
parent 697b03a0eb
commit d08bb6da70
3 changed files with 44 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ 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="modal" options={{ presentation: 'modal', title: 'Modal' }} />
</Stack>