Disable Debugging in Expo For React Native App(在 Expo 中禁用 React Native App 的调试)
问题描述
所以我今天在 Expo 中打开了我的 react-native 应用程序(使用 iOS 模拟器),我正在创建一个看起来像调试覆盖的东西.
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.
此处的屏幕截图:
我不需要这个,它会阻止一些 UI 进行测试.
I don't need this and it's blocking some of the UI for testing.
如何关闭它?
推荐答案
您已打开 Element Inspector.要关闭它,请执行以下任一操作:
You have the Element Inspector open. To toggle it off do either:
⌘+D
如果你在模拟器中- 如果您使用的是实际设备,请摇晃手机
这应该会打开调试菜单.然后你可以点击 Toggle Element Inspector
来关闭它.
This should open up the debugging menu. You can then click on Toggle Element Inspector
to close it.
这篇关于在 Expo 中禁用 React Native App 的调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Expo 中禁用 React Native App 的调试
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01