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
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.
Bundle display name
You can simply update Bundle name from $(PRODUCT_NAME) to My App.
Bundle name
$(PRODUCT_NAME)
My App