Skip to content

Commit

Permalink
Cleanup enableBridgelessArchitectureNewCreateReloadDestroy (#44826)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44826

This was rolled out a while back, but some references remained.

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D58190612

fbshipit-source-id: e7884909959c98eb5617c9dee75f4ce53834b05c
  • Loading branch information
javache authored and facebook-github-bot committed Jun 7, 2024
1 parent dbdd4da commit 7ee2dcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7ee2dcb

Please sign in to comment.