mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove enableExperimentalStateUpdateRetry feature flag
Summary: In practice this has been enabled in production for months and is fine. Remove feature-flag and gating. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25451697 fbshipit-source-id: 9e70db3ed4e00de7b8295d9225d43ba09e4e68e9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4690effc5c
commit
7f0373d4ff
@@ -74,9 +74,6 @@ public class ReactFeatureFlags {
|
||||
/** Feature flag to configure eager initialization of Fabric */
|
||||
public static boolean eagerInitializeFabric = false;
|
||||
|
||||
/** Use experimental SetState retry mechanism in view? */
|
||||
public static boolean enableExperimentalStateUpdateRetry = false;
|
||||
|
||||
/** Use lock-free data structures for Fabric MountItems. */
|
||||
public static boolean enableLockFreeMountInstructions = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user