diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js b/packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js index 50d95a9de87..7c250c9a30b 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js @@ -60,6 +60,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = sendMomentumEvents: true, borderRadius: true, nestedScrollEnabled: true, + scrollEventThrottle: true, borderStyle: true, borderRightColor: { process: require('../../StyleSheet/processColor').default,