ui
This commit is contained in:
@@ -19,7 +19,7 @@ export default function RootLayout() {
|
||||
|
||||
return (
|
||||
<Stack>
|
||||
{!isLoggedIn && <Stack.Screen name="index" options={{ title: "Đăng ký / Đăng nhập" }} />}
|
||||
{!isLoggedIn && <Stack.Screen name="index" options={{ headerShown: false }} />}
|
||||
{isLoggedIn && <Stack.Screen name="(tabs)" options={{ headerShown: false }} />}
|
||||
</Stack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user