我想调试我的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初始化我的应用程序