| id | community-navigators |
|---|---|
| title | Community navigators |
| sidebar_label | Community navigators |
This guide lists various community navigators for React Navigation. These navigators 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.
:::note
Please refer to the library's documentation to see which version of React Navigation it supports.
:::
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.
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.
This library provides a native bottom sheet with React Navigation integration. It allows you to present screens as sheets.