React Native Debugger应用将无法打开-在Chrome中打开debugger-ui

时间:2018-10-18 16:50:06

标签: debugging react-native expo

我的项目是使用expo的create react native应用项目。我安装了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"
}

OS:Mac OS Mojave

关于如何让EXPO重新开始使用桌面应用程序的任何想法?除了正确设置package.json外,我不知道该怎么办。

1 个答案:

答案 0 :(得分:0)

无法发表评论,因为我的代表未满50岁, 但自本周以来,我在ubuntu 16.04上遇到了同样的问题。

编辑:

在此期间,您仍然可以使用Reactotron

Herereact-native

的快速入门部分