React Native:应用内开发者菜单android(genymotion)

Min*_*tar 2 android genymotion react-native

我无法访问android(genymotion)中的In-App Developer Menu.每次我按下主页按钮,它都没有显示开发人员菜单,并且它将我的UI移动了一点,我无法将其还原,除非我杀了应用程序并重新启动它.是的我检查了android模块,它处于调试模式.

mar*_*oyo 7

我通常会做以下事情:

adb shell input keyevent 82
Run Code Online (Sandbox Code Playgroud)

实际上,我在我的中为它定义了一个别名.(bash|zsh)rc:

alias shake='adb shell input keyevent 82'
Run Code Online (Sandbox Code Playgroud)