Search across all documentation pages
9 pages in this section.
Learn Expo Router basics with 10 examples, covering file-based routes, _layout.tsx, and the mental model compared to React Navigation.
Learn to implement stack navigation in Expo Router, managing screen options, headers, and nested stacks for linear user flows.
Learn to implement tab bars and drawer gestures in Expo Router. Configure nested layouts and automatic destination creation for seamless navigation.
Organize your Expo Router app/ directory with route groups. Learn to separate auth flows, group modals, organize tabs, and colocate non-route helpers.
Learn to use Link for declarative navigation and router for imperative flows in Expo Router. Implement static and dynamic links, and understand when to use prefetch.
Learn how Expo Router's typed routes generate a TypeScript Href union from your filesystem, ensuring valid paths and safe param passing.
Configure default routes for folders using index.tsx files. Implement auth-gated entry points and navigation with <Redirect /> and router.replace.
Learn 25 essential Expo Router best practices, from scaffolding and installation to file naming, route groups, and layout management for robust navigation.
A single-page roundup of every highlight bullet from the 8 pages in the Expo Router section, grouped by source page so you can scan all 48 takeaways without opening each article individually.