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)
UPD: disregard the question, I figured it out. I’m yet to figure out how to automatically generate npmDeps
during the build
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.
I ended up with shadow-cljs
which seems to do the job out of the box (more or less).