mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Non-Fabric: ensure every requestLayout is followed by a performLayout
Summary: Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25319526 fbshipit-source-id: 5527d90d84ef53847b1a478bfa16c27e3ca4720b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
053cd6b376
commit
bd2b459561
@@ -85,4 +85,7 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user