This post will be helpful if you want to rename or duplcaite an existing project.
Places to change
package.json
app.json
info.plist
AppDelegate
XCode - General
XCode - Signing & Capabilities
XCode - Build Settings
package.json
app.json
info.plist, edit CFBundleDisplayName
AppDelegate, rootView value
XCode-General, Diaplay Name
XCode-Signing & Capabilities, Bundle Identifier
XCode-Build Settings, Product Name
That's it, now you have successfully changed the name of the React Native iOS project.
Top comments (0)