React Native : In-app developer menu android (genymotion)

徘徊边缘 提交于 2019-12-24 01:53:52

问题


I unable to access the In-App Developer Menu in android(genymotion). Everytime I press the home button, it's not showing the developer menu, and it shift my UI a bit lower which I can't revert it back, unless I kill the app and restart it again. Yes I did check in android module, it is in debug mode.


回答1:


I usually do the following:

adb shell input keyevent 82

Actually, I defined an alias for it in my .(bash|zsh)rc:

alias shake='adb shell input keyevent 82'



回答2:


Use Ctrl + M (or Command + M if you are running on a Mac) to invoke the In-App Developer Menu.



来源:https://stackoverflow.com/questions/40987022/react-native-in-app-developer-menu-android-genymotion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!