使用 Reactotron 进行调试
Chain React 2018: Debugging and Beyond with Reactotron
安装 Reactotron 客户端:
在项目中安装 Reactotron:
1 | yarn add reactotron-react-native |
在根目录创建 Reactotron.js
文件,文件内容如下:
1 | import Reactotron from 'reactotron-react-native'; |
在 App.js
或者 index.js
文件中对 Reactotron 脚本进行引入和调用:
1 | // 添加: |
如果是使用真机进行调试,则需要调用 adb 指令进行端口转发:
1 | $ adb reverse tcp:9090 tcp:9090 |
Tips:
- 在运行完端口转发的指令之后,需要手动 live reload 一下应用,才能连接上 Reactotron
- 每次 live reload 后 Reactotron 都会生成一个新设备