drapanjanas / re-natal

Bootstrap ClojureScript React Native apps
MIT License
1.22k stars 100 forks source link

Support Figwheel 0.5.15 and later #190

Open mfikes opened 6 years ago

mfikes commented 6 years ago

If you use Figwheel 0.5.15 or later, then device connectivity (at least to iOS fails).

To repro: re-natal init FutureApp and then revise the project.clj to use Figwheel 0.5.15 (or 0.5.16). Then re-natal use-ios-device real and re-natal xcode and launch the app on a device.

Xcode will repeatedly log:

[tid:com.facebook.react.JavaScript] Figwheel: trying to open cljs reload socket
2018-07-25 17:26:37.993074-0400 FutureApp[4853:1916020] Figwheel: trying to open cljs reload socket
mfikes commented 6 years ago

It appears that the first bad commit is https://github.com/bhauman/lein-figwheel/commit/0682c5eb6887d60fc8cdb77adc6a399dc7f0024d If you use the previous commit, things will connect, albeit with errors.

vinurs commented 5 years ago

does this fixed?