mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove ReactFeatureFlags.enableScrollEventThrottle
Summary: Remove feature flag: ReactFeatureFlags.enableScrollEventThrottle This feature has been disabled for a while changelog: [internal] internal Reviewed By: javache Differential Revision: D39449184 fbshipit-source-id: c5ad0d43462422d284e14302fb9d7b39aa37da70
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4a0aa8f7c7
commit
6f92a05c10
@@ -111,9 +111,6 @@ public class ReactFeatureFlags {
|
||||
/** Feature Flag to enable the pending event queue in fabric before mounting views */
|
||||
public static boolean enableFabricPendingEventQueue = false;
|
||||
|
||||
/** Feature Flag to control RN Android scrollEventThrottle prop. */
|
||||
public static boolean enableScrollEventThrottle = false;
|
||||
|
||||
/**
|
||||
* Feature flag that controls how turbo modules are exposed to JS
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user