Add "Forgot Password" screen and navigation from login page

This commit is contained in:
2026-05-13 11:26:26 +02:00
parent e4b228779c
commit f3fa22729c
3 changed files with 129 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ export default function AppLayout() {
<Stack screenOptions={{ headerShown: false, animation: 'flip' }}>
<Stack.Screen name="(protected)" />
<Stack.Screen name="login" />
<Stack.Screen name="forgot-password" />
</Stack>
</AlertProvider>
</AuthProvider>