change profile tab to be stack nav like posts as well as changing created to open in postmodel
This commit is contained in:
5
app/(tabs)/profile/_layout.tsx
Normal file
5
app/(tabs)/profile/_layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Stack } from 'expo-router'
|
||||
|
||||
export default function ProfilLayout() {
|
||||
return <Stack screenOptions={{ headerShown: false }}></Stack>
|
||||
}
|
||||
Reference in New Issue
Block a user