0

在使用 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”

请找到如下截图

在此处输入图像描述

对此问题的任何帮助表示赞赏?

4

1 回答 1

0

我一直在使用 cljs-http 而不是 cljs-ajax。请注意,在指定服务器的 url 时,需要提供 ip 地址而不是 localhost 地址

于 2019-06-16T06:56:56.773 回答