Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 694 Bytes

rename-app-manually-manual.md

File metadata and controls

14 lines (7 loc) · 694 Bytes

Rename App Manually Manual

Renaming a react-native app manually is simple.

iOS

The app name displayed on the iPhone home screen comes from the CFBundleDisplayName (or "Bundle display_name_") as the human-readable string in Xcode) entry of your iOS app's info.plist.

Android

The app name on android comes from AndroidManifest.xml. Check the label attribute of<application>

This value is typically referenced as a named variable, defined in strings.xml