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
Solution worked for me is first change the name of the folder of your react-native project then
npm install react-native-rename
react-native-rename newName
It works for me