You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}andhttpClient.addNetworkInterceptor(FlipperOkhttpInterceptor(FlipperDebugger.networkFlipper,true))`
Attached image for mocked api
But when this API is hit again then no mocked response shown
Using flipper-> 0.250.0
have added all dependency debugImplementation "com.facebook.flipper:flipper:$flipper" debugImplementation "com.facebook.soloader:soloader:$soLoader" debugImplementation "com.facebook.flipper:flipper-leakcanary2-plugin:$flipper" debugImplementation "com.facebook.flipper:flipper-network-plugin:$flipper"
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Have used this peace of code :-
`object FlipperDebugger {
}
and
httpClient.addNetworkInterceptor(FlipperOkhttpInterceptor(FlipperDebugger.networkFlipper,true))`Attached image for mocked api
But when this API is hit again then no mocked response shown
Using flipper-> 0.250.0
have added all dependency
debugImplementation "com.facebook.flipper:flipper:$flipper" debugImplementation "com.facebook.soloader:soloader:$soLoader" debugImplementation "com.facebook.flipper:flipper-leakcanary2-plugin:$flipper" debugImplementation "com.facebook.flipper:flipper-network-plugin:$flipper"
The text was updated successfully, but these errors were encountered: