Fork me on GitHub
#cljsrn
<
2016-11-07
>
levitanong07:11:21

Hi all, just upgraded to re-natal 0.3.1 and react-native 36. I’m getting “goog.require could not find: figwheel.connect.ios”. What am I doing wrong?

levitanong07:11:31

figured it out. figwheel-bridge.js was looking for “figwheel.connect" + platform When the file being spat out was just “figwheel.connect”.

keatondunsford20:11:34

Do I need different project.clj files for my app and my backend? (kinda new to setting up my first big Clojure/ClojureScript project) Or do I just have one with the different build processes via maps in my main project.clj in my project home directory?

balint21:11:41

anyone had luck running (cljs)rn on the visual studio android emulator?