0 votes
in ReactJS by

How to debug your React Native?

1 Answer

0 votes
by

Follow the below steps to debug React Native app:

  1. Run your application in the iOS simulator.
  2. Press Command + D and a webpage should open up at http://localhost:8081/debugger-ui.
  3. Enable Pause On Caught Exceptions for a better debugging experience.
  4. Press Command + Option + I to open the Chrome Developer tools, or open it via View -> Developer -> Developer Tools.
  5. You should now be able to debug as you normally would.

Related questions

0 votes
0 votes
asked Mar 4, 2020 in ReactJS by JackTerrance
0 votes
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
...