4f7951a
1
2
3
4
5
6
import { Stack } from "expo-router"; export default function RootLayout() { return <Stack />; }