How do you debug React Native?

How does one debug their React code with React Native while the app is running in app simulator?

48 Answers
48

Cmd+D from within the Simulator. It’ll popup Chrome and from there you can use the Developer Tools.

Edit:

This is now linked in the help docs.

Leave a Comment