mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ship lockfree mountitems
Summary: Ship lockfree mountitems experiment. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25775521 fbshipit-source-id: 15811b15a9dc7d463a6d46d7fefd0d433ba86280
This commit is contained in:
committed by
Facebook GitHub Bot
parent
934275f931
commit
a2164f429a
@@ -57,9 +57,6 @@ public class ReactFeatureFlags {
|
||||
/** Feature flag to configure eager initialization of Fabric */
|
||||
public static boolean eagerInitializeFabric = false;
|
||||
|
||||
/** Use lock-free data structures for Fabric MountItems. */
|
||||
public static boolean enableLockFreeMountInstructions = false;
|
||||
|
||||
/** Disable UI update operations in non-Fabric renderer after catalyst instance was destroyed */
|
||||
public static boolean disableNonFabricViewOperationsOnCatalystDestroy = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user