Skip to content

Commit

Permalink
Add note about material bottom tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Dec 5, 2024
1 parent a757d3a commit 48a6b03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versioned_docs/version-7.x/upgrading-from-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ If you are using `@react-navigation/material-bottom-tabs` in your project, you c

See [Material Bottom Tab Navigator](https://callstack.github.io/react-native-paper/docs/guides/bottom-navigation/) for usage.

Alternatively, you can use the [`BottomNavigation.Bar`](https://callstack.github.io/react-native-paper/docs/components/BottomNavigation/BottomNavigationBar) component as a custom tab bar with `@react-navigation/bottom-tabs`.

For any issues related to the Material Bottom Tab Navigator or `BottomNavigation.Bar`, please open them in the [react-native-paper repository](https://github.com/callstack/react-native-paper) instead of the React Navigation repository.

#### The flipper devtools plugin is now removed

Previously, we added a Flipper plugin for React Navigation to make debugging navigation easier. However, it has added significant maintenance overhead for us. The Flipper team hasn't been focused on React Native recently, so the overall experience of using Flipper with React Native has been poor.
Expand Down

0 comments on commit 48a6b03

Please sign in to comment.