Standalone build colors and images look different on IOS than expo client

Please provide the following:

  1. SDK Version: 34.0.0
  2. Platforms(Android/iOS/web/all): IOS

This is an annoying issue because is particularly hard to debug. My app looks perfect on expo client, in simulator or device. However, when I build for IOS and push to AppStore, final app looks very different. Particularly, images are not resized, all icons are wrong size. Also the colors look slightly different between the final app and app running in expo client. Colors on the standalone app look slightly darker

Attached image should clarify the issue.

Hi. I don’t have an answer, but I think the following thread might be related to your issue:

The issue turned out to be from using resizeMode="center". For some reason that I cannot figure out the center on iOS standalone app works like “contain”. I changed all the resizeModes in the app and it looks fine now.

For the color difference I have no explanation, but future build didn’t have the color issue.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.