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
Lucas 2021-05-28T21:58:23.090Z

I need help integrating react native with my reagent / figwheel app. I am trying to build a mobile app, but the tutorial I started with was for web apps... https://betweentwoparens.com/start-a-clojurescript-app-from-scratch Should I use krell, shadow-cljs, or what?

thheller 2021-05-28T21:59:33.090600Z

if you use cljs.main or figwheel.main then krell will probably look more familiar

thheller 2021-05-29T09:46:39.091600Z

you don't integrate this with figwheel. krell is its own tool that handles REPL and hot-reload without figwheel. figwheel you can just keep as is for web stuff.

raspasov 2021-05-29T11:00:48.092700Z

Also, figwheel-main supports React Native by itself (that’s what I’ve been using) https://figwheel.org/docs/react-native.html You should be able to follow the guide above and get a working dev REPL. I haven’t tried it recently, but I have gone through it in the past and it worked. Ask here if any questions.

Lucas 2021-05-28T22:49:53.091200Z

I opened and then closed this, https://github.com/vouch-opensource/krell/issues/137 Because I put the dependency in my deps.edn, but then realized the part I need help with, is integrating with figwheel.