Docs
BlogChangelogStar Us on GitHub
HomeGuidesEASReferenceLearn
Get started
Introduction
Create a project
Set up your environment
Start developing
Next steps
Develop
Tools for development
File-based routing
Dynamic routes
Next steps
Authentication
Unit testing
Review
Distributing apps for review
Share previews with your team
Open updates with Orbit
Deploy
Build project for app stores
Submit to app stores
App stores metadata
Send over-the-air updates
Deploy web apps
Monitor
Monitoring services
More
Core concepts
FAQ
ArchiveExpo SnackDiscord and ForumsNewsletter

Next steps

Edit this page

A list of guides and references about Expo Router for further reading.

Edit this page


There's much to learn about Expo Router if you are diving into the file-based routing framework for the first time. The following guides and references will help you dive deep:

Navigation patterns

Stack

See Stack navigator's complete reference for more information on API methods.

Tabs

See Tabs navigator's complete reference for more information on API methods.

Drawer

Learn how to use Drawer navigator in Expo Router.

Modals

Learn how to use modals in Expo Router.

Shared routes

Learn how to define shared routes or use arrays to use the same route multiple times with different layouts using Expo Router.

References

Authentication

Learn how to implement authentication and protect routes with Expo Router.

Redirects

Learn how to redirect URLs with Expo Router.

Hooks

Learn how to interact with the in-app URL in Expo Router.

Platform-specific Modules

Learn how to switch modules based on the platform in Expo Router.

API Routes

Learn how to redirect URLs in Expo Router.

Migrate from React Navigation

Learn how to migrate an existing project using React Navigation to Expo Router.

Previous (Develop - Navigation)

Dynamic routes

Next (Develop - User interface)

Splash screen and app icon

Was this doc helpful?

  • Ask a question on the forums

  • Edit this page

  • Last updated on November 07, 2024

Sign up for the Expo Newsletter

Unsubscribe at any time. Read our privacy policy.

On this page

Navigation patterns

References