📚
quuqa: React Native Dating App
  • quuqa: React Native Dating App
  • Installation and Build
  • Colors and Defaults
  • Change App name and Bundle Identifier
  • Customize Theme
  • Folder Structure
  • Pages
  • Any Question
Powered by GitBook
On this page

Was this helpful?

Change App name and Bundle Identifier

This page about change app name and bundle id.

PreviousColors and DefaultsNextCustomize Theme

Last updated 5 years ago

Was this helpful?

If you want change app name or bundle id.

You can use for change.

You can install following lines.

rn-rename.sh
$ npm install react-native-rename -g

If change only app name run on terminal

rename.sh
$ react-native-rename "newAppName"

if change app name and bundle id run on terminal

bundleandnamechanges.sh
$ react-native-rename "newappname" -b "new.app.bundle"

react-native-rename