diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts b/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts index 2e26db75750..f3fdc69a67a 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts @@ -405,7 +405,7 @@ export interface ScrollViewPropsIOS { /** * This property specifies how the safe area insets are used to modify the content area of the scroll view. - * The default value of this property must be 'automatic'. But the default value is 'never' until RN@0.51. + * The default value of this property is "never". */ contentInsetAdjustmentBehavior?: | 'automatic' diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js index 4121422e539..855fb6167cf 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js @@ -300,7 +300,7 @@ export type ScrollViewPropsIOS = $ReadOnly<{ /** * This property specifies how the safe area insets are used to modify the * content area of the scroll view. The default value of this property is - * "never". Available on iOS 11 and later. + * "never". * @platform ios */ contentInsetAdjustmentBehavior?: ?(