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
Open Info.plist file from your project directory/ios/{appname} directory and change Bundle display name.
CFBundleDisplayName
NEW APP NAME
For android app, you can change in android folder of your project directory.
cd android/app/src/main/res/values/
open strings.xml file and change you app name in
NEW APP NAME