【发布时间】:2019-03-23 13:13:48
【问题描述】:
我的项目是一个创建反应原生应用程序项目,使用 expo。我安装了 react-native-debugger 应用程序来调试 redux,它工作正常。最近不知什么原因,远程调试 JS 时在 Chrome 中只会打开http://localhost:19001/debugger-ui/,并不会连接到 React Native Debugger App。我不知道为什么这突然坏了。这对我不起作用,因为我不能以这种方式使用 redux 开发工具
我的 package.json 有以下内容:
"devDependencies": {
"jest-expo": "30.0.0",
"react-native-debugger-open": "^0.3.17"
}
操作系统:Mac OS Mojave
关于如何让 expo 重新开始使用桌面应用程序有什么想法吗?除了正确设置 package.json 之外,我不知道还能做什么。
【问题讨论】:
标签: debugging react-native expo