Created
November 21, 2019 13:50
-
-
Save louicoder/2a5982810e87cf4c550a957f8ecdb121 to your computer and use it in GitHub Desktop.
Key events to reload and access the developer menu while debugging on physical device without having to shake the phone. These can be added to your package.json file
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
"reload":"adb shell input keyevent 82 && adb shell input keyevent 66 && adb shell input keyevent 66", | |
"devmenu":"adb shell input keyevent 82", | |
"debug":"adb shell input keyevent 82 && adb shell input keyevent 61 && adb shell input keyevent 66 && adb shell input keyevent 66" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment