Skip to content

Instantly share code, notes, and snippets.

@yleflour
Created January 2, 2017 15:49
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 yleflour/c90a21e87cee01837b3d8de3a10018c3 to your computer and use it in GitHub Desktop.
Save yleflour/c90a21e87cee01837b3d8de3a10018c3 to your computer and use it in GitHub Desktop.
React Native Debugger - Network Traffic
if (window.__REDUX_DEVTOOLS_EXTENSION__) {
const xhr = global.originalXMLHttpRequest ?
global.originalXMLHttpRequest :
global.XMLHttpRequest;
global.XMLHttpRequest = xhr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment