Expo Router
Expo Router provides file-based routing for React Native apps. Drop a file in the app/ directory and it becomes a route. Nested layouts, dynamic routes, and deep linking out of the box.
File-based routing eliminates navigation boilerplate. Routes are discoverable by looking at the file system. Deep linking works automatically. And Goodspeed can reason about navigation structure from directory layout alone.
That is why Expo Router is part of every Goodspeed app.
IN EVERY APP
What Expo Router delivers
Concrete capabilities you get on day one, not a list of marketing buzzwords.
- 01File-based routing (like Next.js)Standard
- 02Nested layouts and route groupsStandard
- 03Dynamic routes with [params]Standard
- 04Automatic deep linkingStandard
- 05Type-safe navigation with TypeScriptStandard
- 06Built-in error boundaries per routeStandard
BUILD WITH EXPO ROUTER