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:
Pieter De Baets
2024-06-07 05:24:57 -07:00
committed by Facebook GitHub Bot
parent dbdd4da14f
commit 7ee2dcb0f0
2 changed files with 0 additions and 4 deletions
@@ -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
@@ -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;