mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
959bc47c18
commit
fbf37092a8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user