tuto-react-native-expo/app/_layout.tsx

5 lines
95 B
TypeScript

import { Stack } from 'expo-router';
export default function Layout() {
return <Stack />;
}