Files
cally/app/(auth)/notifications/_layout.tsx
2024-11-04 01:01:59 +01:00

5 lines
135 B
TypeScript

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