React Native Debugging Using Chrome

Taufiq Ibrahim
1 min readDec 26, 2016

--

Finally I found the solution on how to perform React Native debugging using Google Chrome.

The problem was simple, I could not find how to show developer menu on Android emulator.

The answer is easy:

adb shell input keyevent 82

Use above command on your shell and check on your emulator screen.

Just hit right on Enable Live Reload.

Check on Google Chrome’s console and grab your coffee.

--

--

No responses yet