mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Cleanup enableBridgelessArchitectureNewCreateReloadDestroy (#44826)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44826 This was rolled out a while back, but some references remained. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D58190612 fbshipit-source-id: e7884909959c98eb5617c9dee75f4ce53834b05c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dbdd4da14f
commit
7ee2dcb0f0
@@ -1954,7 +1954,6 @@ public class com/facebook/react/config/ReactFeatureFlags {
|
||||
public static field calculateTransformedFramesEnabled Z
|
||||
public static field dispatchPointerEvents Z
|
||||
public static field enableBridgelessArchitecture Z
|
||||
public static field enableBridgelessArchitectureNewCreateReloadDestroy Z
|
||||
public static field enableCppPropsIteratorSetter Z
|
||||
public static field enableEagerRootViewAttachment Z
|
||||
public static field enableFabricLogs Z
|
||||
|
||||
-3
@@ -66,9 +66,6 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static boolean enableBridgelessArchitecture = false;
|
||||
|
||||
/** Does the bridgeless architecture use the new create/reload/destroy routines */
|
||||
public static volatile boolean enableBridgelessArchitectureNewCreateReloadDestroy = true;
|
||||
|
||||
/** This feature flag enables logs for Fabric */
|
||||
public static boolean enableFabricLogs = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user