diff --git a/packages/react-native/Libraries/Inspector/InspectorPanel.js b/packages/react-native/Libraries/Inspector/InspectorPanel.js index 9b0fe2392c32ab..de33fb46882a47 100644 --- a/packages/react-native/Libraries/Inspector/InspectorPanel.js +++ b/packages/react-native/Libraries/Inspector/InspectorPanel.js @@ -80,16 +80,22 @@ class InspectorPanel extends React.Component { pressed={this.props.inspecting} onClick={this.props.setInspecting} /> - - + {global.RN$Bridgeless === true ? null : ( + // These Inspector Panel sub-features are removed under the New Arch. + // See https://github.com/react-native-community/discussions-and-proposals/pull/777 + <> + + + + )}