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:
David Vacca
2021-05-05 13:06:56 -07:00
committed by Facebook GitHub Bot
parent c6b8625664
commit 7fe6bc1150
2 changed files with 7 additions and 1 deletions
@@ -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;