Expo 路由简介

Expo Router 是一个开源路由库,适用于使用 Expo 构建的 Universal React Native 应用。


Expo Router 是一个用于 React Native 和 Web 应用的基于文件的路由。它允许你管理应用中屏幕之间的导航,允许用户在多个平台(Android、iOS 和 Web)上使用相同的组件,在应用 UI 的不同部分之间无缝移动。

¥Expo Router is a file-based router for React Native and web applications. It allows you to manage navigation between screens in your app, allowing users to move seamlessly between different parts of your app's UI, using the same components on multiple platforms (Android, iOS, and web).

它将最好的文件系统路由概念从网络引入到通用应用中 - 允许你的路由在每个平台上工作。将文件添加到应用目录后,该文件会自动成为导航中的路由。

¥It brings the best file-system routing concepts from the web to a universal application — allowing your routing to work across every platform. When a file is added to the app directory, the file automatically becomes a route in your navigation.

特性

¥Features

  • 本国的:Expo Router 导航建立在我们强大的 React 导航套件 之上,默认情况下是真正的原生和平台优化。

    ¥Native: Built on top of our powerful React Navigation suite, Expo Router navigation is truly native and platform-optimized by default.

  • 可分享:应用中的每个屏幕都可以自动深度链接。使应用中的任何路由都可以通过链接共享。

    ¥Shareable: Every screen in your app is automatically deep linkable. Making any route in your app shareable with links.

  • 离线优先:应用会被缓存并首先离线运行,并在你发布新版本时自动更新。无需网络连接或服务器即可处理所有传入的原生 URL。

    ¥Offline-first: Apps are cached and run offline-first, with automatic updates when you publish a new version. Handles all incoming native URLs without a network connection or server.

  • 优化:通过生产中的惰性评估和开发中的延迟打包,自动优化路由。

    ¥Optimized: Routes are automatically optimized with lazy-evaluation in production, and deferred bundling in development.

  • 迭代:跨 Android、iOS 和 Web 的通用快速刷新,以及打包器中的工件记忆,可让你大规模快速前进。

    ¥Iteration: Universal Fast Refresh across Android, iOS, and web, along with artifact memoization in the bundler to keep you moving fast at scale.

  • 普遍的:Android、iOS 和 Web 共享统一的导航结构,能够在路由级别下拉至特定于平台的 API。

    ¥Universal: Android, iOS, and web share a unified navigation structure, with the ability to drop-down to platform-specific APIs at the route level.

  • 可发现:Expo Router 支持在 Web 上构建时静态渲染以及与原生的通用链接。这意味着你的应用内容可以被搜索引擎索引。

    ¥Discoverable: Expo Router enables build-time static rendering on web, and universal linking to native. Meaning your app content can be indexed by search engines.

使用不同的导航库

¥Using a different navigation library

你可以在 Expo 项目中使用任何其他导航库,例如 React 导航。但是,如果你正在构建新应用,我们建议使用 Expo Router 来实现上述所有功能。对于其他导航库,你可能必须为其中一些功能实现自己的策略,例如可共享链接或在同一项目中处理 Web 和原生导航。

¥You can use any other navigation library, like React Navigation, in your Expo project. However, if you are building a new app, we recommend using Expo Router for all the features described above. With other navigation libraries, you might have to implement your own strategies for some of these features, such as shareable links or handling web and native navigation in the same project.

如果你希望使用 Wix 的 React Native Navigation,它在 Expo Go 中不可用,并且尚不兼容 expo-dev-client。我们建议使用 React Navigation 中的 createNativeStackNavigator 来使用 Android 和 iOS 原生导航 API。

¥If you are looking to use React Native Navigation by Wix, it is not available in Expo Go and is not yet compatible with expo-dev-client. We recommend using createNativeStackNavigator from React Navigation to use Android and iOS native navigation APIs.

常见问题

¥Common questions

Expo Router versus Expo versus React Native CLI

从历史上看,React Native 对于如何构建应用并没有明确规定,这类似于在没有现代 Web 框架的情况下使用 React。Expo Router 是 React Native 的一个有态度的框架,类似于 Remix 和 Next.js 是纯 Web React 的有态度的框架。

¥Historically, React Native has been non prescriptive about how apps should be built which is similar to using React without a modern web framework. Expo Router is an opinionated framework for React Native, similar to how Remix and Next.js are opinionated frameworks for web-only React.

Expo Router 旨在为每个人带来最好的架构模式,以确保 React Native 得到充分利用。例如,Expo Router 的 异步路由 功能可以为每个人提供惰性打包。此前,惰性打包仅在 Meta 中用于构建 Facebook 应用。

¥Expo Router is designed to bring the best architectural patterns to everyone, to ensure React Native is leveraged to its fullest. For example, Expo Router's Async Routes feature enables lazy bundling for everyone. Previously, lazy bundling was only used at Meta to build the Facebook app.

Can I use Expo Router in my existing React Native app?

是的,Expo Router 是通用 React Native 应用的框架。由于路由和打包器之间的深度连接,Expo Router 仅在带有 Metro 的 Expo CLI 项目中可用。幸运的是,你也可以 在任何 React Native 项目中使用 Expo CLI

¥Yes, Expo Router is the framework for universal React Native apps. Due to the deep connection between the router and the bundler, Expo Router is only available in Expo CLI projects with Metro. Luckily, you can use Expo CLI in any React Native project too!

What are the benefits of file-based routing?
  • 文件系统是一个众所周知且易于理解的概念。更简单的思维模型可以更轻松地教育新团队成员并扩展你的应用。

    ¥The file system is a well-known and well-understood concept. The simpler mental model makes it easier to educate new team members and scale your application.

  • 吸引新用户的最快方法是让他们打开通用链接,根据他们是否安装了应用,将应用或网站打开到正确的屏幕。这项技术非常高级,通常只有有能力在平台之间建立和维护平价的大公司才能使用。但借助 Expo 基于文件的路由,你可以立即使用此功能!

    ¥The fastest way to onboard new users is by having them open a universal link that opens the app or website to the correct screen depending on if they have the app installed or not. This technique is so advanced that it's usually only available to large companies that can afford to make and maintain the parity between platforms. But with Expo's file-based routing, you can have this feature out of the box!

  • 重构更容易进行,因为你可以移动文件而无需更新任何导入或路由组件。

    ¥Refactoring is easier to do because you can move files around without having to update any imports or routing components.

  • Expo Router 能够自动静态键入路由。这可确保你只能链接到有效的路由,而不能链接到不存在的路由。类型化路由还可以改进重构,因为如果链接损坏,你将收到类型错误。

    ¥Expo Router has the ability to statically type routes automatically. This ensures you can only link to valid routes and that you can't link to a route that doesn't exist. Typed Routes also improve refactoring as you'll get type errors if links are broken.

  • 异步路由(打包包分割)提高了开发速度,尤其是在大型项目中。它们还使升级变得更容易,因为错误被隔离到单个路径,这意味着你可以逐页增量更新或重构应用,而不是一次性更新或重构应用(传统的 React Native)。

    ¥Async Routes (bundle splitting) improve development speed, especially in larger projects. They also make upgrades easier as errors are isolated to a single route, meaning you can incrementally update or refactor your app page-by-page rather than all at once (traditional React Native).

  • 深层链接对于每个页面始终有效。这使得共享应用中任何内容的链接成为可能,这对于推广你的应用、收集错误报告、E2E 测试、自动屏幕截图等非常有用。

    ¥Deep links always work, for every page. This makes it possible to share links to any content in the app, which is great for promoting your app, collecting bug reports, E2E testing, automating screenshots, and so on.

  • Expo Head 使用自动链接来实现深度原生集成。快速注释、Handoff、Siri 上下文和通用链接等功能仅需要配置设置,无需更改代码。这可以实现与用户所拥有的整个智能设备生态系统的完美垂直集成,从而带来只有通用应用(网络⇄原生)才能实现的用户体验类型。

    ¥Expo Head uses automatic links to enable deep-native integration. Features like Quick Notes, Handoff, Siri context, and universal links only require configuration setup, no code changes. This enables perfect vertical integration with the entire ecosystem of smart devices that a user has, leading to the types of user experiences that are only possible with universal apps (web ⇄ native).

  • Expo Router 能够在网络上自动静态渲染每个页面,从而实现真正的 SEO 和应用内容的完全可发现性。这仅是由于基于文件的约定才可能实现的。

    ¥Expo Router has the ability to statically render each page automatically on the web, enabling real SEO and full discoverability of your app's content. This is only possible because of the file-based convention.

  • 当你的应用遵循已知约定时,Expo CLI 可以推断出有关应用的大量信息。例如,我们可以实现每个路由的自动打包分割,或者自动为你的网站生成站点地图。当你的应用只有一个入口点时,这是不可能的。

    ¥Expo CLI can infer a lot of information about your application when it follows a known convention. For example, we could implement automatic bundle splitting per route, or automatically generate a sitemap for your website. This is impossible when your app only has a single entry point.

  • 通知和主屏幕小部件等重新参与功能更容易集成,因为你可以在应用中的任何位置使用查询参数简单地拦截启动和深层链接。

    ¥Re-engagement features like notifications and home screen widgets are easier to integrate as you can simply intercept the launch and deep link, with query parameters, anywhere in the app.

  • 就像在网络上一样,分析和错误报告可以轻松配置为自动包含路由名称,这对于调试和理解用户行为非常有用。

    ¥Like on the web, analytics and error reporting can easily be configured to automatically include the route name, which is useful for debugging and understanding user behavior.

Why should I use Expo Router over React Navigation?

Expo Router 和 React Navigation 都是来自 Expo 团队的库。我们在 React Navigation 之上构建了 Expo Router,以实现基于文件的路由的优势。Expo Router 是 React Navigation 的超集,这意味着你可以将任何 React Navigation 组件和 API 与 Expo Router 一起使用。

¥Expo Router and React Navigation are both libraries from the Expo team. We built Expo Router on top of React Navigation to enable the benefits of file-based routing. Expo Router is a superset of React Navigation, meaning you can use any React Navigation components and APIs with Expo Router.

如果基于文件的路由不适合你的项目,你可以下拉到 React Navigation 并手动设置路由、类型和链接。

¥If file-based routing isn't right for your project, you can drop down to React Navigation and set up routes, types, and links manually.

How do I server-render my Expo Router website?

Expo Router 支持基本静态渲染 (SSG)。服务器端渲染当前需要设置自定义基础架构。

¥Basic static rendering (SSG) is supported in Expo Router. Server-side rendering currently requires custom infrastructure to set up.

下一步

¥Next steps

快速开始

了解如何快速开始使用 Expo Router。

手动安装

有关如何开始并将 Expo Router 添加到现有应用的详细说明。

示例应用

请参阅 GitHub 上示例应用的源代码。