DEV Community

Discussion on: A few things I like about React Native. And a few I don't.

Collapse
 
josenaves profile image
josenaves

Andrzej, you don't have to really shake tye device - you can use this shortcut (Android):

adb shell input keyevent 82

Collapse
 
azabost profile image
Andrzej Zabost

Thanks for sharing, José! :) I'm quite surprised I haven't found it in the docs earlier.
Although it's better than shaking, I would still prefer the way Android Studio works since I like to have a few emulators and a device connected so choosing the right one would require to additionally use -s [device_serial] (not to mention the additional step of switching from the code to the terminal).
Do you know if there is any similar way for accessing the developer menu on iOS?