Skip to content

Instantly share code, notes, and snippets.

@sygn
Created October 24, 2019 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sygn/6735c2141526555d571bbcc76a936db6 to your computer and use it in GitHub Desktop.
Save sygn/6735c2141526555d571bbcc76a936db6 to your computer and use it in GitHub Desktop.
View network requests in chrome developer tools for react-native
// To see all the requests in the chrome Dev tools in the network tab.
XMLHttpRequest = GLOBAL.originalXMLHttpRequest ?
GLOBAL.originalXMLHttpRequest :
GLOBAL.XMLHttpRequest;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment