Skip to content

Instantly share code, notes, and snippets.

@Godofbrowser
Created September 18, 2019 08:10
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 Godofbrowser/95fcb1b6b39cc137832faff9e6de6d4f to your computer and use it in GitHub Desktop.
Save Godofbrowser/95fcb1b6b39cc137832faff9e6de6d4f to your computer and use it in GitHub Desktop.
Reconnect to network after device disconnect from react=native development server (metro)
Check that the device is reconnected to the machine with:
`adb devices`
Reroute the connection to the development server with:
`adb reverse tcp:8081 tcp:8081`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment