Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ react-devtools

![React DevTools](/docs/assets/ReactDevTools.png)

It should connect to your simulator within a few seconds.
It should connect to your simulator within a few seconds.

> Note: If you have trouble connecting to your simulator, especially if using an Android 12 simulator, try running `adb reverse tcp:8097 tcp:8097` in a new terminal.
Comment thread
meatnordrink marked this conversation as resolved.
Outdated

> Note: if you prefer to avoid global installations, you can add `react-devtools` as a project dependency. Add the `react-devtools` package to your project using `npm install --save-dev react-devtools`, then add `"react-devtools": "react-devtools"` to the `scripts` section in your `package.json`, and then run `npm run react-devtools` from your project folder to open the DevTools.

Expand Down