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:
David Vacca
2022-09-13 09:48:57 -07:00
committed by Facebook GitHub Bot
parent 4a0aa8f7c7
commit 6f92a05c10
2 changed files with 0 additions and 14 deletions
@@ -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
*