mirror of
https://github.com/tiajinsha/JKVideo.git
synced 2026-04-04 22:49:02 +08:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { Stack } from 'expo-router';
|
|
|
|
export default function CreatorLayout() {
|
|
return <Stack screenOptions={{ headerShown: false }} />;
|
|
}
|