Skip to main content
Version: 7.x

社区解决方案

本指南列出了基于 React Navigation 构建的各种社区导航解决方案,这些方案提供不同的 API 或以某种方式补充 React Navigation。

¥This guide lists various community navigation solutions built on top of React Navigation that offer a different API or complement React Navigation in some way.

注意

请参阅该库的文档以了解它支持哪个版本的 React Navigation。

¥Please refer to the library's documentation to see which version of React Navigation it supports.

Expo 路由

¥Expo Router

Expo Router 是由 Expo 团队开发的基于文件的 React Native 和 Web 应用路由。

¥Expo Router is a file-based router for React Native and web applications built by the Expo team.

文档

¥Documentation

仓库

¥Repository

索利托

¥Solito

React Navigation 和 Next.js 的一个封装,允许你跨平台共享导航代码。此外,它还提供了一组使用 React Native + Next.js 构建跨平台应用的模式和示例。

¥A wrapper around React Navigation and Next.js that lets you share navigation code across platforms. Also, it provides a set of patterns and examples for building cross-platform apps with React Native + Next.js.

文档

¥Documentation

仓库

¥Repository

¥Navio

Navio 为 React Navigation 提供了一个不同的 API。它的主要目标是通过在一个地方构建应用布局并使用 TypeScript 的强大功能提供路由名称自动补齐来改进 DX。

¥Navio provides a different API for React Navigation. It's main goal is to improve DX by building the app layout in one place and using the power of TypeScript to provide route names autocompletion.

仓库

¥Repository