mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create MC to verify impact of eager initialization of fabric classes
Summary: This diff creates a MC to verify impact of eager initialization of fabric classes, the purpose is to remove this code, but before doing that I would like to verify what's the impact. changelog: [internal] internal Reviewed By: sammy-SC Differential Revision: D28223943 fbshipit-source-id: 6f7c4701fb730fe1c0629ec13ead592ff619373f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c6b8625664
commit
7fe6bc1150
@@ -61,6 +61,9 @@ public class ReactFeatureFlags {
|
||||
/** Feature flag to configure eager initialization of Fabric */
|
||||
public static boolean eagerInitializeFabric = false;
|
||||
|
||||
/** Feature flag to configure eager initialization classes of Fabric */
|
||||
public static boolean eagerInitializeFabricClasses = false;
|
||||
|
||||
/** Enables Static ViewConfig in RN Android native code. */
|
||||
public static boolean enableExperimentalStaticViewConfigs = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user