How do you debug React Native?

McG picture McG · Mar 26, 2015 · Viewed 207.9k times · Source

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

Answer

xanadont picture xanadont · Mar 27, 2015

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.