Add "Forgot Password" screen and navigation from login page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user