Create new Feature flag to eager initialize Fabric

Summary:
This diff exposes a new react feature flag to eager initialize fabric

changelog: [Internal] Internal change in Fabric

Reviewed By: JoshuaGross

Differential Revision: D21574814

fbshipit-source-id: c74fb316963fe92e43ce0ca6262cb73a6a4acb7f
This commit is contained in:
David Vacca
2020-05-14 21:42:36 -07:00
committed by Facebook GitHub Bot
parent 9f3c7af400
commit aba321b4fb
@@ -83,4 +83,7 @@ public class ReactFeatureFlags {
* remove this when bug is fixed
*/
public static boolean enableTransitionLayoutOnlyViewCleanup = false;
/** Feature flag to configure eager initialization of Fabric */
public static boolean eagerInitializeFabric = false;
}