React Native for BeginnersNavigation Basics
Navigation Basics
GratuitaApps aren't single screens. When a user taps a Pokémon card they should see a detail page. This lesson introduces Expo Router's file-based navigation, dynamic routes, and how to pass data between screens.
What You'll Learn
- How file-based routing works with Expo Router
- Creating dynamic routes with [id].tsx for detail pages
- Navigating between screens and passing parameters
Was this helpful?