I have a React Native 0.61.2 project(Using CLI not EXPO) and can't seem to open the dev menu on the android emulator.
I have tried CMD + M
and adb shell input keyevent 82
without a result. The app is running in dev mode __DEV__.toString() results to true
. Any suggestions will be appreciated.