Community navigators
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.
Please refer to the library's documentation to see which version of React Navigation it supports.
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.
BottomNavigation - React Native Paper
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.