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:52:10 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 266108d7d8
Коммит ee5a27b759
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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;