mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 23:43:52 +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 }} />;
|
||
|
|
}
|