Skip to content

Commit 2c9fb90

Browse files
committed
Update docs/react-devtools-integration.md
1 parent a8d6e21 commit 2c9fb90

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/react-devtools-integration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ If you're using React Native version >= 0.62 and keep React Native Debugger as t
2020

2121
In your app project, upgrade `react-devtools-core` dependency to match the React DevTools version:
2222

23-
- OPTION 1: Just `yarn upgrade react-native`, the `react-devtools-core` dependency should be updated to latest version.
24-
- OPTION 2: Delete `react-devtools-core` block in `yarn.lock`, then re-install dependencies by `yarn`
25-
- OPTION 3: Use [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions/), just add `"react-devtools-core": "~4.13.5"` (Depends on the display version of React DevTools) to resolutions of `package.json`.
23+
- Use [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions/), just add `"react-devtools-core": "~4.13.5"` (Depends on the display version of React DevTools) to resolutions of `package.json`.
2624

27-
Reference: [Unsupported DevTools backend version](https://gist.github.com/bvaughn/4bc90775530873fdf8e7ade4a039e579#react-native-debugger)
25+
Reference: [Unsupported DevTools backend version - # React Native Debugger](https://gist.github.com/bvaughn/4bc90775530873fdf8e7ade4a039e579#react-native-debugger)
2826

2927
## Other documentations
3028

0 commit comments

Comments
 (0)