I'm trying to use vs emulator for android...
because obviously android studio is terrible,
and I need to keep hyper-v on to use docker for my other projects.
I'd say everything works perfectly,
but the major draw back is I couldn't find the key to open react-native's development menu like in android studio's emulator(ctrl + m).
I tried to search online for one or two hours, but still no luck.
wondering does anyone know how to open it on vs emulator?
or should I just face the truth that it's not gonna work?
use this command
adb shell input keyevent 82
For more detail, see How do I "shake" an Android device within the Android emulator to bring up the dev menu to debug my React Native app
Trinita,