Skip to content

Commit 8cfd8f8

Browse files
committed
Remove docLink from REACT_NATIVE_SPECIFIC_UI experiment
1 parent ee64372 commit 8cfd8f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/entrypoints/main/rn_experiments.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ RNExperiments.register({
232232
name: RNExperimentName.REACT_NATIVE_SPECIFIC_UI,
233233
title: 'Show React Native-specific UI',
234234
unstable: false,
235-
docLink: 'https://reactnative.dev/docs/debugging',
236235
enabledByDefault: ({ isReactNativeEntryPoint }) => isReactNativeEntryPoint,
237236
configurable: false,
238237
});

0 commit comments

Comments
 (0)