This is documentation for the next SDK version. For up-to-date documentation, see the latest version (SDK 55).
Expo Router Link
An Expo Router API that provides Link, Redirect, preview, and zoom transition components.
Android
iOS
tvOS
Web
Included in Expo Go
An Expo Router API that provides components for navigating between routes, including link, redirect, preview, and zoom transitions.
See the Expo Router reference for installation and configuration.
Usage
import { Link } from 'expo-router'; export default function Page() { return <Link href="/about">About</Link>; }
For more information about navigating between routes, read the navigation guide:
Navigate between pages
Learn how to navigate between pages in Expo Router.
API
import { Link, Redirect } from 'expo-router';
No API data file found, sorry!