0

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?

Yefimchuk
  • 67
  • 2
  • 6

1 Answers1

0

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