Fork me on GitHub
#clojurescript
<
2021-06-13
>
bad_ash02:06:31

hi all, i want to develop an android app using clojurescript. i see re-natal being recommended, but it hasn't been updated since 2019. are there other tools/technologies that are better to use? does anyone know how i should get started developing for android/mobile in general using clojurescript?

ksd04:06:48

afaik, react-native is the way to go. there are several options, including shadow-cljs and krell. there is #cljsrn channel for cljs + rn

raspasov14:06:14

shadow-cljs, figwheel-main, krell are viable options

blak3mill3r21:06:59

https://expo.io/ <-- I have not tried this yet but it looks interesting. I'm told you can get a CLJS repl on iOS/Android with figwheel

ksd01:06:39

likewise with expo + shadow-cljs, not sure about expo + krell

bad_ash22:06:15

thanks for the answers everyone