mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
<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:
committed by
Facebook GitHub Bot
parent
35f1e308e8
commit
5a8fe43673
Vendored
+1
@@ -32,6 +32,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = {
|
||||
persistentScrollbar: true,
|
||||
horizontal: true,
|
||||
scrollEnabled: true,
|
||||
scrollEventThrottle: true,
|
||||
scrollPerfTag: true,
|
||||
sendMomentumEvents: true,
|
||||
showsHorizontalScrollIndicator: true,
|
||||
|
||||
Reference in New Issue
Block a user