Fork me on GitHub
#clojure-uk
<
2018-09-22
>
yogidevbear08:09:51

Morning 😄

yogidevbear10:09:50

How many people here are creating mobile apps that you're releasing on either the Apple store or Google play store? What would you recommend as the best method for packaging your app up for release? E.g. Coding, Cordova or other options, etc

otfrom10:09:23

this weekend's project is to get rid of my home directory encryption so that I can avoid file name too long http://java.io errors when I compile clojure. The "fun" bit is that I have to rely on a backup actually working properly. Please send your thoughts and prayers

otfrom10:09:51

@yogidevbear I think @mccraigmccraig is doing some of that

otfrom10:09:59

not sure who else

yogidevbear10:09:43

Yeah, I was going to DM him, but thought I'd ask on the channel in general for varied opinions 🙂

mccraigmccraig16:09:37

@yogidevbear cordova is ok. if i was starting anew i would probably try react-native - i couldn’t when i started because i needed ios+droid+web and RN had ios and a beta android. now RN has all 3 targets (yep, you can deploy to web with RN too)

4
yogidevbear16:09:33

Sounds like RN with Re-Natal and reagent are the current defacto

yogidevbear16:09:38

(I'm basing that opinion on what I read on http://cljsrn.org and what one person said in #clojurescript so it's not a very scientific decision)

mccraigmccraig19:09:02

yeah, that's where i'd go - if you add re-frame into the mix, that will help you use reagent in a sensible way too

Rachel Westmacott20:09:25

there’s quite a few channels around here for that sort of thing

joetague20:09:37

Hi thanks thomas