wkh237 / react-native-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.61k stars 1.6k forks source link

Integration network debugging react-native-debugger #577

Open mschipperheyn opened 7 years ago

mschipperheyn commented 7 years ago

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?

mschipperheyn commented 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.

zasyadev commented 6 years ago

Same issue. Request doesn't show up in network tab.