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

前端 未结 12 1190
借酒劲吻你
借酒劲吻你 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:40

    I'm not sure why no one has pointed out this solution so far. Use React Native Debugger - https://github.com/jhen0409/react-native-debugger! It is the best debugging tool for React Native in my opinion and it gives Network Inspection out of the box.

    Take a look at these screenshots.

    Right click and select 'Enable Network Inspect'

    Right click and select 'Enable Network Inspect'

    Debug away!

提交回复
热议问题