Skip to content

Instantly share code, notes, and snippets.

@adrianolsk
Created January 5, 2018 18:44
Show Gist options
  • Save adrianolsk/bc328cc5fce490f6f0f269f728206e62 to your computer and use it in GitHub Desktop.
Save adrianolsk/bc328cc5fce490f6f0f269f728206e62 to your computer and use it in GitHub Desktop.
ADB Commands - React Native reload
#change the path of the adb
#Open menu and press reload
/Users/imac/Library/Android/sdk/platform-tools/adb shell input keyevent 82
/Users/imac/Library/Android/sdk/platform-tools/adb shell input keyevent KEYCODE_ENTER
# other commands
#/Users/imac/Library/Android/sdk/platform-tools/adb reverse tcp:8081 tcp:8081
#/Users/imac/Library/Android/sdk/platform-tools/adb shell input keyevent KEYCODE_DPAD_DOWN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment