This commit is contained in:
Developer
2026-03-16 16:20:59 +08:00
parent 173b93c1d2
commit 829d175baa
10 changed files with 679 additions and 7 deletions

5
app/live/_layout.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { Slot } from 'expo-router';
export default function LiveLayout() {
return <Slot />;
}