I\'d like to view my network requests in React Native to help me debug - ideally in the \'Network\' tab of Chrome\'s devtools.
There are some closed issues about thi
In the past I used GLOBAL.XMLHttpRequest
hack to track my API requests but sometimes it is very slow and didn't work for assets requests. I decided to use Postman’s proxy
feature to inspect HTTP communication going out from phone. For details look at the official documentation, but basically, there are three easy steps:
$ ifconfig
)