My Published App crashes on first run - Android

When I run for the first time after opening Expo App I get random errors like:

Uncaught Error: Error while updating property ‘height’ in shadow node of type: RCTImageView
22:13:46 Fatal Error

Uncaught Error: Error while updating property ‘left’ in shadow node of type: RCTImageView
22:13:46 Fatal Error

The errors are random and different each time the issue occurs. When I reopen the app it opens normally without any issues. When I run the app from LAN I never experience the issue.

Any help would be really appreciated.

I’m having the exact same issue. I noticed that the Expo Client app its like doing duplicated requests to the Metro Bundler and then the random errors.
Would appreciate someone that solved this already (using latest Expo SDK: 36)

hey @george888 i’ve tried downgrading to SDK 35.0.0 and it’s working normally, it seems there’s a bug on that version (36.0.0). I hope it helps!