Affichage de la liste des défis

This commit is contained in:
2024-12-14 11:55:11 +01:00
parent 50382079c0
commit dba5b511ae
5 changed files with 168 additions and 12 deletions

View File

@ -53,6 +53,7 @@ export default function RootLayout() {
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="login" options={{ headerShown: false }} />
<Stack.Screen name="challenges-list" options={{ headerShown: false }} />
<Stack.Screen name="+not-found" />
</Stack>
<StatusBar style="auto" />