How to Rename A React Native App

1) Copy your icons from iOS and Android

2) Update displayName in app.json to the new name

3) Delete ios/ and android/ directories 4) Run react-native eject 5) Replace the icons you copied earlier 6) Run react-native link

Start your app and hope it worked! Or read the rest of this tutorial.