chat (wip)

This commit is contained in:
Linus109
2025-11-25 20:52:53 +01:00
parent 56ae3a1b2d
commit 154491bc3a
4 changed files with 371 additions and 3 deletions

View File

@@ -2,5 +2,5 @@ import { Stack } from "expo-router";
import "../global.css";
export default function RootLayout() {
return <Stack />;
return <Stack screenOptions={{ headerShown: false }} />;
}