Fork me on GitHub
#cljsrn
<
2023-04-24
>
dsp01:04:31

okay, have narrowed it down some more, issue only happens during shadow-cljs watch app builds, not release 😞

thheller06:04:24

when upgrating expo did you also upgrade shadow-cljs?

thheller06:04:51

with newer RN versions it seems you need to set :compiler-options {:output-feature-set :es5} in the build config

dsp06:04:52

Ah, I managed to fix it in the early hours of this morning, indeed by bumping all my dependencies and setting this, managed to get it working with hermes through trial and error. Found the pointer in the slack history somewhere :) thanks though!

👍 2