0

So I have an existing React Native App which is still in production and I need to rename it.

It's an Android-only App and I named it newNoobFrame but I want everything (the whole project name, app name, folder names with "newNoobFrame") to be called: "ProFrame App" for example.

I found a solution on StackOverflow ( Renaming a React Native project?) but the post is 3.5 years old.

In the post it is mentioned that it only works for Android which is fine for my needs.

The file where you need to change app_name is :

android/app/src/main/res/values/strings.xml

Is this still correct to do it this way? Are there may be better ways to rename your app/project?

EDIT: There is that package called: react-native-rename. Has anyone had some experience with it? I don't want to destroy my project.

Vishal Dhanotiya
  • 2,285
  • 1
  • 13
  • 31
yesIamFaded
  • 1,735
  • 1
  • 13
  • 34
  • Possible duplicate of [Renaming a React Native project?](https://stackoverflow.com/questions/32830046/renaming-a-react-native-project) – Tim Apr 24 '19 at 10:10

0 Answers0