React Native-如何启用调试样式/ UI检查器?

时间:2019-07-17 16:23:07

标签: reactjs react-native user-interface debugging inspector

我想调试我的React Native UI。我在这里浏览了文档

http://facebook.github.io/react-native/docs/debugging.html#react-developer-tools

建议使用以下命令

npm install -g react-devtools

然后运行

react-devtools

我这样做了,现在它要求在加载React之前复制脚本标签。React-Native没有像CRA(Create React App)那样的/public文件夹,或者没有{ {1}}文件,我什至将脚本放在哪里?

我使用expo CLI初始化我的应用程序

enter image description here

0 个答案:

没有答案