Reactotron给出“跳过”以响应网络呼叫

时间:2018-09-25 07:46:37

标签: reactjs react-native reactotron

我正在使用Reactotron版本1在我的react本机应用程序中记录我的网络响应,一切正常,最近我将Reactotron版本更改为2.1.2版本,然后我开始在reactotron的响应选项卡中被跳过应用程序。

我没有在代码中的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!

需要帮助弄清楚它为什么会发生吗?

enter image description here

1 个答案:

答案 0 :(得分:1)

这是一个已知问题,已在主服务器Reactotron Pull Request #837上解决。不幸的是,他们尚未发布新的npm软件包,并且看起来他们正在关注主要的下一个版本,因此您可以手动修补npm软件包或等待新版本。