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

6 lines
95 B
TypeScript
Raw Permalink Normal View History

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