From 1c39f0fd6bf1a556797a2c7bc9d650583ead40c9 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 22 Jul 2022 11:10:55 +0100 Subject: [PATCH] Fix extra whitespace on debugging.md --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index 0e2639dd57c..933f6f159ce 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -115,7 +115,7 @@ 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. :::info If connecting to the emulator proves troublesome (especially Android 12), try running `adb reverse tcp:8097 tcp:8097` in a new terminal.