Skip to main content
Version: 7.x

社区导航器

本指南列出了 React Navigation 的各种社区导航器。这些导航器使用熟悉的 React Navigation API 提供用于导航的 UI 组件。

¥This guide lists various community navigators for React Navigation. These navigators offer provide UI components for navigation with the familiar React Navigation API.

如果你想要构建自己的导航器,请查看 自定义导航器指南

¥If you're looking to build your own navigator, check out the custom navigators guide.

注意

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

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

React Native 底部标签页

¥React Native Bottom Tabs

该项目旨在将原生的 Bottom Tabs 组件公开给 React Native。它在 iOS 上公开 SwiftUI 的 TabView,在 Android 上公开材料设计标签栏。使用 react-native-bottom-tabs 可以带来多种好处,包括多平台支持和原生感觉的标签栏。

¥This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using react-native-bottom-tabs can bring several benefits, including multi-platform support and a native-feeling tab bar.

文档

¥Documentation

仓库

¥Repository

BottomNavigation - React Native 论文

¥BottomNavigation - React Native Paper

该库为其 Material 底部标签页提供了 React Navigation 集成。Material Bottom Tabs 是屏幕底部的 Material Design 主题选项卡栏,可让你使用动画在不同路由之间切换。

¥The library provides React Navigation integration for its Material Bottom Tabs. Material Bottom Tabs is a material-design themed tab bar on the bottom of the screen that lets you switch between different routes with animation.

文档

¥Documentation

仓库

¥Repository