Open mschipperheyn opened 7 years ago
I tried using the RNFetchBlob whatwg-fetch polyfill in the hope that the request would show up in Network debugging. However, the opposite happens. If you use whatwg-fetch through RNFetchBlob, network debugging stops working entirely.
Same issue. Request doesn't show up in network tab.
In order to debug some issues I'm having I would like to see the network request (url, headers, cookies, request, response, etc). In my case, I particularly want to verify that the session and rememberme cookies are being sent.
These days react-native-debugger supports this option for regular fetch requests, but I don't see the RNFetchBlob request show up in the network tab.
Is there a way I can enable this?