mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
import {Stack} from "expo-router";
|
|
|
|
export default function Layout() {
|
|
return <Stack screenOptions={{headerShown: false}}/>
|
|
} |