Skip to content

Instantly share code, notes, and snippets.

@erickzanardo
Last active March 2, 2017 15:06
Show Gist options
  • Save erickzanardo/2097332e4a0e6fe77d01678ba5e4acc5 to your computer and use it in GitHub Desktop.
Save erickzanardo/2097332e4a0e6fe77d01678ba5e4acc5 to your computer and use it in GitHub Desktop.
ReactNative via Wifi steps
  • Connect device via usb
  • Run adb tcpip 5555
  • Check the device by going on settings > wifi > ellipsis button on the top right corner > advanced
  • Run adb connect ###.###.#.##
  • (Optional) remove the usb cable
  • On the React Native app, shake the device to open the dev menu and go into Dev Settings
  • Click on Debug server host & port for device
  • Input the ip from your computer and the port 8081, like this ###.###.#.##:8081
  • Enjoy your development wihtout any cables :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment