Disable Debugging in Expo For React Native App

大城市里の小女人 提交于 2019-12-02 00:38:50

问题


So I've opened up my react-native app in Expo today (using the iOS simulator) and I am creating by what looks like a debugging overlay.

Screenshot here:

I don't need this and it's blocking some of the UI for testing.

How does one turn it off?


回答1:


You have the Element Inspector open. To toggle it off do either:

  • ⌘+D if you are in the simulator
  • Shake your phone if you are on an actual device

This should open up the debugging menu. You can then click on Toggle Element Inspector to close it.



来源:https://stackoverflow.com/questions/45615032/disable-debugging-in-expo-for-react-native-app

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