PR welcomehelp wantedplugin-network
Description
🐛 Bug Report
in the reactNativeFlipper.java, the following lines making EventSource (SSE) not working.
....
NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin();
NetworkingModule.setCustomClientBuilder(
new NetworkingModule.CustomClientBuilder() {
@Override
public void apply(OkHttpClient.Builder builder) {
builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin));
}
});
Environment
Android, Flipper 0.93, react native 0.64.0