day8 / re-frame-http-fx

A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
MIT License
259 stars 27 forks source link

GET request does not work with React Native for Android #23

Closed mprokopov closed 6 years ago

mprokopov commented 6 years ago

Due to issues with Javascript interop, cljs-ajax and React Native for Android, GET requests does not work from android device.

https://github.com/facebook/react-native/issues/3115 https://github.com/JulianBirch/cljs-ajax/issues/155

danielcompton commented 6 years ago

I don't think there is much we can do about this in this repo, we rely completely on cljs-ajax for actually doing the requests, so any fix would need to happen there. Thanks for the heads up though. Will close this here, but can track it in JulianBirch/cljs-ajax#155.