Files
tft-mobile/app/_layout.tsx
2025-08-04 02:15:53 +03:00

6 lines
138 B
TypeScript

import { Stack } from "expo-router";
export default function RootLayout() {
return <Stack screenOptions={{ headerShown: false }} />;
}