Skip to content

Commit 4535df4

Browse files
sbuggaymeta-codesync[bot]
authored andcommitted
Toggle on feature (#55477)
Summary: Pull Request resolved: #55477 Changelog: [Internal] Enabling Livemate frontend and metro injection. Reviewed By: jorge-cab Differential Revision: D92462290 fbshipit-source-id: ad2ae9d146acf3a7c35042c537adddb22af21a80
1 parent 0baf1e5 commit 4535df4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-native/scripts/featureflags/ReactNativeFeatureFlags.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ const definitions: FeatureFlagDefinitions = {
937937
ossReleaseStage: 'none',
938938
},
939939
externalElementInspectionEnabled: {
940-
defaultValue: false,
940+
defaultValue: true,
941941
metadata: {
942942
dateAdded: '2026-02-04',
943943
description:

packages/react-native/src/private/featureflags/ReactNativeFeatureFlags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<c3eeb5a098c4f8f0738ee377e81679cb>>
7+
* @generated SignedSource<<4680a90fe6a071f6352de95fc1ca01ba>>
88
* @flow strict
99
* @noformat
1010
*/
@@ -155,7 +155,7 @@ export const disableMaintainVisibleContentPosition: Getter<boolean> = createJava
155155
/**
156156
* Enable the external inspection API for DevTools to communicate with the Inspector overlay.
157157
*/
158-
export const externalElementInspectionEnabled: Getter<boolean> = createJavaScriptFlagGetter('externalElementInspectionEnabled', false);
158+
export const externalElementInspectionEnabled: Getter<boolean> = createJavaScriptFlagGetter('externalElementInspectionEnabled', true);
159159

160160
/**
161161
* Fixing an edge case where the current window size is not properly calculated with fast scrolling. Window size collapsed to 1 element even if windowSize more than the current amount of elements

0 commit comments

Comments
 (0)