Add profile and login screen + first api logic draft
This commit is contained in:
7
app/(protected)/profile/_layout.tsx
Normal file
7
app/(protected)/profile/_layout.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { Stack } from "expo-router";
|
||||
|
||||
export default function ProfileLayout() {
|
||||
return (
|
||||
<Stack screenOptions={{headerShown: false}} />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user