cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
xfyre 2020-10-03T19:55:58.056100Z

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)

xfyre 2020-10-03T22:17:51.056700Z

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

frankitox 2020-10-04T14:17:26.057100Z

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.

xfyre 2020-10-04T17:22:07.057600Z

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