How do you debug React Native?

后端 未结 30 2740
无人共我
无人共我 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:27

    There is also a very good debuger name Reactotron. https://github.com/infinitered/reactotron

    You don't have to be in debug mode to see some data value and there is a lot of option.

    go have a look that is really usefull. ;)

提交回复
热议问题