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