Is there a way to open dev menu or reload app without shaking the app?
Android Wireless over wifi so no usb cable Windows 10
Hot reload or Live reload is not goo
For me only using adb shell input keyevent 82 worked
adb shell input keyevent 82
for convenience you can add it to your scripts inside the package.json file
scripts
package.json
something link this: "android-menu": "adb shell input keyevent 82"
"android-menu": "adb shell input keyevent 82"
also apparently there is an issue with KK devices - solved here