Created
January 5, 2018 18:44
-
-
Save adrianolsk/bc328cc5fce490f6f0f269f728206e62 to your computer and use it in GitHub Desktop.
ADB Commands - React Native reload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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