Skip to content

Instantly share code, notes, and snippets.

@virbo
Last active February 22, 2020 04:42
Show Gist options
  • Save virbo/99cdca21a73e71a99d51e59670c92ad2 to your computer and use it in GitHub Desktop.
Save virbo/99cdca21a73e71a99d51e59670c92ad2 to your computer and use it in GitHub Desktop.
Change Display Name and Package Name in React Native

Delete Folder android and ios

$ rm -rf android
$ rm -rf ios

Change name in app.json and package.json for change package name

app.json

"name": "dutainformasi.siakad",
...

package.json

"name": "dutainformasi.siakad",
...

Change displayName in app.json for change Label Name

...
"displayName": "Sistem Informasi Akademik"
...

Create new android folder, ios folder

$ react-native eject
$ react-native link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment