i dont understand the navigation with tabs and sub-stack routing but this is as close as im going to get it for now as it is 12:48 am and i must be up at 6:30 lol
This commit is contained in:
7
app/(tabs)/posts/index.tsx
Normal file
7
app/(tabs)/posts/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Redirect } from 'expo-router'
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Redirect href={'/posts/overview'} />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user