Skip to content

Commit d68212b

Browse files
committed
Add note about material bottom tabs
1 parent 50d066d commit d68212b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
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)