Reactotron 为响应网络调用提供 "SKIPPED"

Reactotron giving "SKIPPED" for response of network calls

我使用 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!

需要帮助弄清楚为什么会这样?

这是一个已知问题,已在 master 上修复:Reactotron Pull Request #837。不幸的是,他们还没有发布新的 npm 包,看起来他们正在关注下一个主要版本,因此您可以手动修补 npm 包或等待新版本。