Skip to content

Commit 48a6b03

Browse files
committed
Add note about material bottom tabs
1 parent a757d3a commit 48a6b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versioned_docs/version-7.x/upgrading-from-6.x.md

+4
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ If you are using `@react-navigation/material-bottom-tabs` in your project, you c
408408

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

411+
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`.
412+
413+
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.
414+
411415
#### The flipper devtools plugin is now removed
412416

413417
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.

0 commit comments

Comments
 (0)