* Extended functionalities
* Added different UIs
This commit is contained in:
10
meal-plan-frontend-mobile/app/(auth)/_layout.tsx
Normal file
10
meal-plan-frontend-mobile/app/(auth)/_layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Stack } from 'expo-router';
|
||||
|
||||
export default function AuthLayout() {
|
||||
return (
|
||||
<Stack screenOptions={{ headerShown: false }}>
|
||||
<Stack.Screen name="login" />
|
||||
<Stack.Screen name="register" />
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user