Remove temporary Litho-interop feature flag

Summary:
Remove temporary Litho-interop feature flag.

Changelog: [Internal]

Differential Revision: D25445364

fbshipit-source-id: c0fa3e6e5e55c0997e4a5ddd6c1cc5695878c7d2
This commit is contained in:
Joshua Gross
2020-12-29 15:54:45 -08:00
committed by Facebook GitHub Bot
parent 266108d7d8
commit ee5a27b759
@@ -60,9 +60,6 @@ public class ReactFeatureFlags {
/** Use lock-free data structures for Fabric MountItems. */
public static boolean enableLockFreeMountInstructions = false;
/** Temporary flag for FB-internal workaround for RN:Litho interop in non-Fabric RN. */
public static boolean enableNonFabricRNLithoForceLayout = true;
/** Disable UI update operations in non-Fabric renderer after catalyst instance was destroyed */
public static boolean disableNonFabricViewOperationsOnCatalystDestroy = false;