BrixCafe/app/_layout.tsx
Med Kamel bf20e7e3d7 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-15 03:42:47 +01:00

6 lines
133 B
TypeScript

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