mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create new ReactFlag to configure initialization of Fabric
Summary: EZ diff to expose a new ReactFlag that will be used to configure the initialization of Fabric changelog: [Internal] Internal change in fabric Reviewed By: JoshuaGross Differential Revision: D21606972 fbshipit-source-id: 53d6bac673b95f0fae93262ff52b815d76bb59ab
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f24b815fe6
commit
8d548d8c92
@@ -86,4 +86,7 @@ public class ReactFeatureFlags {
|
||||
|
||||
/** Feature flag to configure eager initialization of Fabric */
|
||||
public static boolean eagerInitializeFabric = false;
|
||||
|
||||
/** Feature flag to configure initialization of Fabric surfaces. */
|
||||
public static boolean enableFabricStartSurfaceWithLayoutMetrics = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user