Skip to content

Commit

Permalink
Remove docLink from REACT_NATIVE_SPECIFIC_UI experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Apr 12, 2024
1 parent ee64372 commit 8cfd8f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front_end/entrypoints/main/rn_experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ RNExperiments.register({
name: RNExperimentName.REACT_NATIVE_SPECIFIC_UI,
title: 'Show React Native-specific UI',
unstable: false,
docLink: 'https://reactnative.dev/docs/debugging',
enabledByDefault: ({ isReactNativeEntryPoint }) => isReactNativeEntryPoint,
configurable: false,
});

0 comments on commit 8cfd8f8

Please sign in to comment.