在使用 re-natal 创建的现有项目中添加 [cljs-ajax "0.8.0"],然后在我的 package.json 中添加以下行(https://github.com/JulianBirch/cljs-ajax/blob/master/docs/ faq.md#react-native-why-does-bundling-fail-on-my-compiled-project)
"react-native": {
"xmlhttprequest": false
}
后记跑了
lein deps
re-natal use-figwheel
lein figwheel android
react-native run-android
还在代码中添加了以下行
[ajax.core :refer [GET]]
但是我收到错误“未知的命名模块 xmlhttprequest”
请找到如下截图
对此问题的任何帮助表示赞赏?