Skip to content

Commit 6b93830

Browse files
committed
chore: improve deprecation comment
1 parent c97dd75 commit 6b93830

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/react-navigation/navigators/createMaterialBottomTabNavigator.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ function MaterialBottomTabNavigator({
6565
}
6666

6767
/**
68-
* @deprecated `createMaterialBottomTabNavigator` has been deprecated since `5.14.0`. Please use `@react-navigation/bottom-tabs` version `7.x` or higher instead.
68+
* @deprecated `createMaterialBottomTabNavigator` has been deprecated since `react-native-paper@5.14.0`.
69+
* Please use `@react-navigation/bottom-tabs` version `7.x` or higher and combine it with `BottomNavigation.Bar` for a Material Design look.
6970
*/
7071
export default createNavigatorFactory<
7172
TabNavigationState<ParamListBase>,

0 commit comments

Comments
 (0)