Fork me on GitHub
#cljsrn
<
2020-10-03
>
xfyre19:10:58

Did anyone have success using Figwheel RN support without any additional tooling? It seems to generate an entry point JS (target/public/cljs-out/android/main.js) which is not properly recognized by Metro bundler (it needs index.android.js)

xfyre22:10:51

UPD: disregard the question, I figured it out. I’m yet to figure out how to automatically generate npmDeps during the build

frankitox14:10:26

Maybe ask in #figwheel or #figwheel-main? There's info about npmDeps on the https://github.com/bhauman/react-native-figwheel-bridge, but I don't enough about this.

xfyre17:10:07

I ended up with shadow-cljs which seems to do the job out of the box (more or less).