Change App name and Bundle Identifier
This page about change app name and bundle id.
If you want change app name or bundle id.
You can use react-native-rename for change.
You can install following lines.
$Â npm install react-native-rename -g
If change only app name run on terminal
$ react-native-rename "newAppName"
if change app name and bundle id run on terminal
$Â react-native-rename "newappname" -b "new.app.bundle"
Last updated
Was this helpful?