_layout.tsx 99 B

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