Replies: 1 comment 1 reply
-
It's possible that this issue is due to the fact that you didn't rebuild the app after the upgrade, so you have a JavaScript version from 15.13.0 and a native version from 15.12.1. In addition to rebuilding your app, I recommend clearing out your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to the latest react native 0.81.4 and 15.12.1 or the 15.13.0, my app now crashes on boot with
Unsupported top level event type "topSvgLayout" dispatched
. I get a c++ exception with not much of a helpful traceI didn't submit an issue since it wants a snack or repro link and I haven't been able to minimize it yet.
Beta Was this translation helpful? Give feedback.
All reactions