I was using Reactotron version 1 for logging my network response in my react native app, everything was working fine, recently i changed my Reactotron version to version 2.1.2, and after that i started getting skipped in my response tab in reactotron app.
I didn't change anything in my reactotron setup in my code
if(__DEV__)
Reactotron
.configure() // controls connection & communication settings
.useReactNative()// add all built-in react native plugins
.use(networking())
.use(reactotronRedux())
.connect(); // let's connect!
Need help to figure out why it is happening?