Image resized after assets are bundled

After running a release build in Xcode (which runs expo bundle-assets), one of my images is being resized.

It turns from this in debug…
https://i.imgur.com/nTuIaKs.jpg (sorry, I can’t post more than one image in a post)

to this after assets have been bundled…
image

I fixed this issue by removing the resizeMode style associated with the image. This seems like a bug to me since it behaved differently in dev that in production.

Also, I found that it only happened with iOS. Android didn’t have the issue.