Fork me on GitHub
#cljsrn
<
2018-09-21
>
Wiener10:09:13

I’m upgrading my project to RN 0.57, and almost got it to work. It chokes on the figwheel-bridge because the require function is now handled differently. Did anyone got it to work?

codonovan10:09:40

@lucas967 @puppybits had some success and posted this gist last week. I've yet to try it but plan to. https://gist.github.com/puppybits/95183d5ff74098edf5998abdc4ffdadc

Wiener10:09:32

Yeah, I had a look and tested it without any luck. It seems like that fixes the release-process. @puppybits did you manage to get figwheel dev mode to work as well?

jeaye16:09:30

require('./figwheel-bridge') instead.