Unsupported top level event type "topSvgLayout" dispatched #2769
-
|
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 I 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.
Replies: 1 comment 5 replies
-
|
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.
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
node_modulesand thebuildfolders to ensure you have a clean space to work with after the upgrade.