简体   繁体   中英

How do you change the “Display Name” of a React Native app in XCode?

I have a React Native app that has Display Name theApp :

在此处输入图像描述

I want to change it to The App . However, I'm hesitant to just change it in that box in XCode because there are now instances of theApp elsewhere in the autogenerated code, and in the Bundle Identifier etc.

Has anyone changed a Display Name like this before? Do you know how I should approach it?

You should be able to edit the name in your targets (what you have in the picture) if that's not working for you I recommend changing the name in the app.json file in your react native project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM