Skip to content

Commit

Permalink
<ScrollView/>: Add static ViewConfig for scrollEventThrottle
Browse files Browse the repository at this point in the history
Summary:
This prop was introduced into horizontal <ScrollView/> in D35735978.

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

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D56854758
  • Loading branch information
RSNara authored and facebook-github-bot committed May 2, 2024
1 parent 29241fa commit d01babf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = {
persistentScrollbar: true,
horizontal: true,
scrollEnabled: true,
scrollEventThrottle: true,
scrollPerfTag: true,
sendMomentumEvents: true,
showsHorizontalScrollIndicator: true,
Expand Down

0 comments on commit d01babf

Please sign in to comment.