Ajout connexion au serveur

This commit is contained in:
2024-12-09 22:29:48 +01:00
parent a9cb1ec425
commit 32460062b8
3 changed files with 90 additions and 6 deletions

View File

@ -17,6 +17,7 @@ export default function RootLayout() {
<ThemeProvider value={colorScheme === 'dark' ? DarkTheme : DefaultTheme}>
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="login" options={{ title: "Connexion" }} />
<Stack.Screen name="+not-found" />
</Stack>
<StatusBar style="auto" />