mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete eager initialization of Fabric classes
Summary: I run an experiment and I verified that eager initialization of fabric classes is neutral and it's showing a regression in "marketplace:interface:metrics" See: https://www.internalfb.com/intern/qe2/react_fabric_marketplace_home_android_universe/react_fabric_marketplace_home_eager_init_v1/analysis?control=test_no_eager_init&test=test_eager_init_classes This diff removed the optimization and it cleans up the code changelog: [internal] internal Reviewed By: JoshuaGross Differential Revision: D28815647 fbshipit-source-id: 2c9fe3875b1797d9a7def61e5ab97c2df2a462dd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2f477b1844
commit
286fac5ad0
@@ -47,9 +47,6 @@ 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