Back to Expo

Navigation

docs/scenes/get-started/start-developing/TemplateFeatures/features/navigation.mdx

latest342 B
Original Source

import { RawH3 } from '~/ui/components/Text';

<RawH3>File-based routing</RawH3>

The app has two screens: src/app/index.tsx and src/app/explore.tsx. The layout file in src/app/_layout.tsx sets up navigation using a platform-specific AppTabs component that uses native tabs on Android and iOS, and Expo Router UI tabs on web.