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

I found a lot of answers on this topic example but they were all about Mac Os, I would like to view my network requests in React Native to help me debug Windows. How can i do this?



Solution 1:[1]

You can use this lib https://github.com/jhen0409/react-native-debugger Right-click and choose "Enable ..." -> Select "Network" tab. Remember to enable debug JS on your simulator

Click here to view image

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Minh Chiến