Fork me on GitHub
#cljsrn
<
2019-09-05
>
lambdam15:09:31

Hello, I'm trying to manually migrate to RN 0.60 from 0.59 with re-natal template and it's very hard. After many many fixes, I managed to have the app launching but on the first refresh, the metro bundler stops with "max call stack exceeded" error. Is there a special thing with re-natal that could provoke that? Did someone try to migrate to 0.60 also? Thanks

jimberlage15:09:43

Not sure what would have changed in 0.60, but usually that’s a sign of a circular dependency somewhere. [MyComponent] rendering another [MyComponent], etc. But if you’re sure it just started with 0.60 that’s likely not it