Disable non-Fabric view operations after catalyst instance is destroyed

Summary: Changelog: [Internal]

Reviewed By: JoshuaGross

Differential Revision: D25248836

fbshipit-source-id: 9afb0c18e7825d32857f746b038268758afaaaa8
This commit is contained in:
Andrei Shikov
2020-12-04 11:03:34 -08:00
committed by Facebook GitHub Bot
parent 959bc47c18
commit fbf37092a8
3 changed files with 49 additions and 0 deletions
@@ -88,4 +88,7 @@ public class ReactFeatureFlags {
/** 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;
}