How do you debug React Native?

后端 未结 30 2713
无人共我
无人共我 2020-11-27 10:19

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

30条回答
  •  粉色の甜心
    2020-11-27 10:39

    Having a space in the file path prevents the Cmd+D from working. I moved my project to a location without a space and I finally got the Chrome debugger to work. Seems like a bug.

提交回复
热议问题