mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user