我使用 Reactotron 版本 1 在我的 react 本机应用程序中记录我的网络响应,一切正常,最近我将我的 Reactotron 版本更改为 2.1.2 版,之后我开始在 reactotron 应用程序的响应选项卡中被跳过。
我没有在我的代码中更改我的反应器设置中的任何内容
if(__DEV__)
Reactotron
.configure() // controls connection & communication settings
.useReactNative()// add all built-in react native plugins
.use(networking())
.use(reactotronRedux())
.connect(); // let's connect!
需要帮助来弄清楚为什么会发生这种情况?