Change the Screen Name of an Expo Ios app

Hello,

For Android I have noticed that I can go into the App.json and just change the name under "Expo": {"name": } ... and the Screen name does change.

However, for IOS this doesn't seem to work. Does anyone know how I can change the screen name in my code so that when I submit the build - I don't get the same error - "Your screen name is not the same as your App name"

Hello @mattkrebs. While I don't have any experience using Expo, an online search for "change my app name in Expo" brought up several results including this one, from the Expo documentation site:

https://docs.expo.dev/versions/latest/config/app/

I would suggest reviewing that, then asking your question of the Expo support team if you have further questions.

—Jason.

You can change the app name according to these docs: https://docs.expo.dev/guides/localization/#translating-app-metadata

Change the Screen Name of an Expo Ios app
 
 
Q