What
This commit is contained in:
9
apk/components/views/root-navigation.tsx
Normal file
9
apk/components/views/root-navigation.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { useEffect } from "react";
|
||||
import { Stack, useRouter, useSegments } from "expo-router";
|
||||
import { useAuth } from "@/context/auth-context";
|
||||
|
||||
export default function RootLayout() {
|
||||
return (
|
||||
<Stack screenOptions={{ headerShown: false }} />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user