This is documentation for the next SDK version. For up-to-date documentation, see the latest version (SDK 55).
Expo Router Stack
An Expo Router API that provides Stack navigator, toolbar, and screen components.
Android
iOS
tvOS
Web
Included in Expo Go
An Expo Router API that provides Stack navigator, toolbar, and screen components.
See the Expo Router reference for installation and configuration.
Usage
import { Stack } from 'expo-router'; export default function Layout() { return <Stack />; }
For more information about using stack navigator, read the stack layout guide:
Stack layout
Learn how to use the Stack layout in Expo Router.
API
import { Stack } from 'expo-router';
No API data file found, sorry!