diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js index fae5efa752c266..2e2264afedbd2b 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js @@ -546,8 +546,6 @@ export type Props = $ReadOnly<{| * When true, the scroll view stops on multiples of the scroll view's size * when scrolling. This can be used for horizontal pagination. The default * value is false. - * - * Note: Vertical pagination is not supported on Android. */ pagingEnabled?: ?boolean, /**