Device shaking is a physical thing which comes only in real android devices because of their sensors. In virtual android device AVD emulator sensors is not present so it can not be simulate shake condition. Here comes the problem for beginner react native developers who wants to open the Developer Menu or Dev Menu in their virtual android devices for debug their react native apps. So in this tutorial we would learn about React Native Shake Android Emulator Open Developer Menu in Windows MAC system to debug react native android apps.
Contents in this project React Native Shake Android Emulator Open Developer Menu in Windows MAC for Debug App:
1. First we have to start our android emulator in our Windows or MAC system.
2. Now launch the react native app in your android emulator and also make sure the NPM server is started.
3. From keyboard press
CTRL + M key combination in both Windows and MAC systems to open the Developer Debug Menu in android emulator.
Screenshot: