Files
cally/app/(unauth)/_layout.tsx
Milan Paunovic 926af6212b Remove dark theme
2024-09-23 20:58:48 +02:00

5 lines
129 B
TypeScript

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