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
What simply works for me several times is instructed below;
index.ios/android.js file which is given as a parameter to AppRegistry.package.json/ios and /android folders which are remaining from your older app as well as the app.json file if you have.$react-native upgrade to generate /ios and /android folders again.$react-native link for any external dependency.$react-native run-ios or anything you want.