【发布时间】:2023-03-03 04:11:01
【问题描述】:
当我在 emulator64-x86 中打开官方演示时,它加载成功,然后我按“F2”,然后在弹出窗口中单击“Debug in Chrome”,我的 chrome 浏览器会自动打开“http://localhost:8081/debugger-ui”,但是它不会将我的项目加载为模拟器。我在控制台中收到如下警告:
Warning: Native component for "RCTModalHostView" does not exist
Warning: Native component for "RCTTextView" does not exist
Warning: Native component for "RCTTextField" does not exist
Running application "AwesomeProject" with appParams: {"initialProps":{},"rootTag":1}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
Unknown method: undefined
有人有这些问题吗?如何解决?提前致谢。
【问题讨论】:
标签: android debugging react-native