From 52437fc550f2a18e2b81f8bf0f52dfbd51aebd0e Mon Sep 17 00:00:00 2001 From: cqh Date: Mon, 8 Jun 2026 23:57:50 +0800 Subject: [PATCH] docs: add native bottom tabs inset adjustment option --- .../version-7.x/native-bottom-tab-navigator.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/versioned_docs/version-7.x/native-bottom-tab-navigator.md b/versioned_docs/version-7.x/native-bottom-tab-navigator.md index 64696d1b93..644c52529c 100755 --- a/versioned_docs/version-7.x/native-bottom-tab-navigator.md +++ b/versioned_docs/version-7.x/native-bottom-tab-navigator.md @@ -477,6 +477,18 @@ The display mode for the tab bar. Supported values: Only supported on iOS 18 and above. Not supported on tvOS. +#### `overrideScrollViewContentInsetAdjustmentBehavior` + +Whether to override the `contentInsetAdjustmentBehavior` of the first `ScrollView` in the first descendant chain from the tab screen. + +By default, React Native's `ScrollView` has `contentInsetAdjustmentBehavior` set to `never` instead of UIKit's default `automatic`. Setting this option to `true` restores the automatic behavior so scroll views respect navigation bar insets. + +Set this option to `false` to disable this behavior for specific screens. + +Defaults to `true`. + +Only supported on iOS. + #### `tabBarMinimizeBehavior` The minimize behavior for the tab bar. Supported values: