<ScrollView/>: Add static ViewConfig for scrollEventThrottle

Summary:
This prop was introduced into horizontal <ScrollView/> in D35735978.

**Note:** This prop did not work for bridgeless mode.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D56854758

fbshipit-source-id: 2b25296a065b01f11aa04c2ff06cabf64ff5fce1
This commit is contained in:
Ramanpreet Nara
2024-05-02 12:46:05 -07:00
committed by Facebook GitHub Bot
parent 35f1e308e8
commit 5a8fe43673
@@ -32,6 +32,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = {
persistentScrollbar: true,
horizontal: true,
scrollEnabled: true,
scrollEventThrottle: true,
scrollPerfTag: true,
sendMomentumEvents: true,
showsHorizontalScrollIndicator: true,