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
You might also want to check out npm package (react-native-rename):
Usage:
react-native-rename < newName >
It works fine for my project.
At command line Run:
react-native eject
react-native link
Try to use react-native-rename
library from npm. Works like a charm
In-Case None of solution worked for you or trying something broke your app. This is going to basics.
npm install
react-native run-android
This should get you back on track