chat (wip)
This commit is contained in:
@@ -2,5 +2,5 @@ import { Stack } from "expo-router";
|
||||
import "../global.css";
|
||||
|
||||
export default function RootLayout() {
|
||||
return <Stack />;
|
||||
return <Stack screenOptions={{ headerShown: false }} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user