DEV Community

Cover image for Rename iOS project React Native
RamR
RamR

Posted on • Updated on

Rename iOS project React Native

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


Enter fullscreen mode Exit fullscreen mode

package.json

Image description

app.json

Image description

info.plist, edit CFBundleDisplayName

Image description

AppDelegate, rootView value

Image description

XCode-General, Diaplay Name

Image description

XCode-Signing & Capabilities, Bundle Identifier

Image description

XCode-Build Settings, Product Name

Image description

That's it, now you have successfully changed the name of the React Native iOS project.

Top comments (0)