How can I view network requests (for debugging) in React Native?

前端 未结 12 1175
借酒劲吻你
借酒劲吻你 2020-11-28 03:16

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

12条回答
  •  暖寄归人
    2020-11-28 03:29

    I suggest using Charles to inspect your network requests. It's really good and provide more visibility and allows you to do advanced stuff.

    http://charlesproxy.com

提交回复
热议问题