Renaming a React Native project?

前端 未结 16 908
独厮守ぢ
独厮守ぢ 2020-11-28 02:45

Are there instructions for what needs to be changed in order to rename a React Native project? I have an app called something along the lines of MyAppIOS and I want to renam

16条回答
  •  醉话见心
    2020-11-28 03:11

    As mentioned here (https://github.com/facebook/react-native/issues/4227), you don't need to add a Bundle display name key, as said by @janus_wel.

    You can simply update Bundle name from $(PRODUCT_NAME) to My App.

提交回复
热议问题