Skip to content

Commit 153945e

Browse files
committed
Remove tabBarMinimizeBehavior note that was updated in 7.x
1 parent 074cad4 commit 153945e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,6 @@ The following props have been removed:
265265

266266
If you use `insets` and `layout` in your custom tab bar, you can use [`useSafeAreaInsets`](https://appandflow.github.io/react-native-safe-area-context/api/use-safe-area-insets/) and [`useSafeAreaFrame`](https://appandflow.github.io/react-native-safe-area-context/api/use-safe-area-frame/) from [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context) instead to get the same values.
267267

268-
If you were previously using `@react-navigation/bottom-tabs/unstable`, some of the options have changed:
269-
270-
- `tabBarMinimizeBehavior: 'never'` has been renamed to `tabBarMinimizeBehavior: 'none'`
271-
272268
See the [Bottom Tab Navigator docs](bottom-tab-navigator.md) for all the available options.
273269

274270
#### Bottom Tabs no longer shows header by default

0 commit comments

Comments
 (0)