DEV Community

Cover image for Rename iOS project React Native
RamR
RamR

Posted on • Edited on

5

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.

ios #xcode #objectivec #javascript #hybrid #mobile

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay