Fork me on GitHub
#cljsrn
<
2018-10-27
>
robert-johansson08:10:19

Does anyone know of a working example app developed using Expo + clojurescript? Even using react-navigation?

vinurs13:10:32

does anyone upgrade react native?

xfyre15:10:51

if you upgrade to 0.57.x you’ll need to pull re-natal from https://github.com/drapanjanas/re-natal/pull/192

xfyre15:10:08

then it’s kind of working

xfyre15:10:12

but you shouldn’t upgrade Figwheel to a version older than 0.5.14 (you’ll lose live reloading) and probably some manual patching will be required anyway

xfyre15:10:01

I’ve somehow managed to sort it all out, but it was pretty painful

xfyre15:10:16

if you do that - carefully read all comments to the PR - the PR itself has some errors that are not yet corrected