Fork me on GitHub
#cljsrn
<
2019-01-29
>
jgood04:01:02

Bumping what @huxley asked a few days ago. https://clojurians.slack.com/archives/C0E1SN0NM/p1548541830145800 Anybody have, or interested in, upgrading expo sdk on the lein template? https://github.com/seantempesta/expo-cljs-template https://blog.expo.io/expo-sdk-v32-0-0-is-now-available-6b78f92a6c52 Expo sdk 26 will be dropped next release :(

danielneal08:01:47

I had a go at upgrading to expo >= 30 and ran away screaming

😱 5
danielneal08:01:15

Things broke, and I couldn't get the fixes/workarounds out there to work

jgood15:01:34

I'm going through this right now

jgood20:01:30

I haven't had a chance to keep working on it. I expect to need a deep dive into figwheel and nrepl if I actually try to fix it.

mccraigmccraig09:01:11

what's the currently favourite way of starting with cljsrn ? i've got a largish reactjs+re-frame app i'm looking at porting to rn - and i need to support ios+android+web targets

joshmiller20:01:39

@mccraigmccraig Re-natal with the default reagent template should let you import and reuse most of your re-frame code.

rboyd20:01:59

yeah I'm currently porting a project off of expo onto re-natal

rboyd20:01:39

I think the only thing I might miss is the hot updates. anyone have positive experience using ms codepush with re-natal?

jgood22:01:59

Im considering going to a pwa from expo. The re-natal tooling looks too daunting and I don't want to need a MacBook to reach iOS users.