【发布时间】:2020-11-26 19:02:17
【问题描述】:
这个查询可能早就解决了,但我找不到解决方案
尝试在 http://localhost:8081/debugger-ui/ 的帮助下调试 react-native 应用程序。为此,我在 android 模拟器中部署了该应用程序,单击 ctrl + m |选择了Debug 选项,但最终出现以下错误
Invariant Violation: Calling synchronous methods on native modules is not supported in Chrome, Consider providing alternative methods to expose this method in debug mode, e.g. by exposing constants ahead-of-time, Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
【问题讨论】:
标签: android react-native debugging