Hello guys. Thank you for awesome lib! It works fine in my Node.js project. But I wonder, is there any instruction how to use it with RN? Currently, I am getting error: "Unable to resolve module http" when trying to use ClientRequestInterceptor.
Reading other issues, I understood that RN support is offered. Maybe there is special branch for RN or something?
p.s. Only FetchInterceptor works fine but I need Interceptor that sees http.request(s)
RN version: 0.66.4
