React Native Debugger 应用程序将无法打开 - debugger-ui 改为在 Chrome 中打开
Posted
技术标签:
【中文标题】React Native Debugger 应用程序将无法打开 - debugger-ui 改为在 Chrome 中打开【英文标题】:React Native Debugger app will not open - debugger-ui opens in Chrome instead 【发布时间】: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 之外,我不知道还能做什么。
【问题讨论】:
【参考方案1】:无法发表评论,因为我的代表未满 50 岁,
但自本周以来,我在ubuntu 16.04
上遇到了同样的问题。
编辑:
在此期间您仍然可以使用Reactotron。
Here 是react-native
的快速入门部分
【讨论】:
以上是关于React Native Debugger 应用程序将无法打开 - debugger-ui 改为在 Chrome 中打开的主要内容,如果未能解决你的问题,请参考以下文章
更新 react-native 后无法使用 react-native-debugger
尝试连接到 react-native-debugger 或 Chrome 时崩溃
react-native-debugger查看网络请求(用于调试)
在 react-native-debugger 中配置 redux 存储的初始状态?