Skip to content

Release 5.14.0

Compare
Choose a tag to compare
@lukewalczak lukewalczak released this 30 Apr 11:22
· 36 commits to main since this release

5.14.0 (2025-04-30)

Deprecation

The createMaterialBottomTabNavigator has been deprecated as of [email protected]. 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

Features