How can I view network requests (for debugging) in React Native?
问题 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 this on GitHub (https://github.com/facebook/react-native/issues/4122 and https://github.com/facebook/react-native/issues/934) but I don\'t entirely understand them. It sounds like I need to undo some of React Native\'s polyfills and then run some commands with extra debugging flags, and maybe modify some Chrome security settings? And