Added image selection on new Anomaly

Caution ! New import, run npm build to download it
Only accesses the Gallery, does not really save the image
This commit is contained in:
Alexis Leboeuf
2025-12-13 16:34:07 +01:00
parent f213e2dacf
commit 038006818d
4 changed files with 63 additions and 31 deletions

View File

@@ -61,7 +61,6 @@ export default function RootLayout() {
<ChantierProvider>
<RessourcesProvider>
<ThemeProvider value={colorScheme === "dark" ? DarkTheme : DefaultTheme}>
//faut que le login soit ici
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="selectChantier" options={{ headerShown: false }}/>