5.14.0 (2025-04-30)
Deprecation
The createMaterialBottomTabNavigator
has been deprecated as of react-native-paper@5.14.0
. Instead, use @react-navigation/bottom-tabs
version 7.x
or later, combined with BottomNavigation.Bar
to achieve a Material Design look.
For implementation details, see the dedicated example.
- deprecate createMaterialBottomTabNavigator #4694
Bug Fixes
- add set selection to the searchbar (#4708) (218cc32)
- allow to override content style (#4707) (e69f9d2)