Repo for the new File-based router for React Native apps. Please open a discussion if you have any questions or feedback.
The easiest way to try Expo Router is by creating a new project:
npx create-expo-app@latest -e with-router
See the setup guide for more.
- Layouts showcase - Demo of bottom sheet, drawer, material tabs, top tabs, bottom tabs, js stack, and collapsing header layouts.
- Basic Twitter layout clone - Similar layout to Twitter. Uses shared routes, and implements universal links.
- Test app - Test app, in this repository.
- Expo Router Guest List App - Simple guest list app with fetching from external API
- Contributing - Read before contributing.