Skip to main content
Adding a pre step to ensure projects don't break.
Source Link

As per the documentation you should git branch before you do this. As it can break for various reasons.

git checkout -b rename-app 

I use the react-native-rename* npm package. Install it via

npm install react-native-rename -g 

Then, from the root of your React Native project, execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

I use the react-native-rename* npm package. Install it via

npm install react-native-rename -g 

Then, from the root of your React Native project, execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

As per the documentation you should git branch before you do this. As it can break for various reasons.

git checkout -b rename-app 

I use the react-native-rename* npm package. Install it via

npm install react-native-rename -g 

Then, from the root of your React Native project, execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 
Prettification.
Source Link
B--rian
  • 6k
  • 11
  • 50
  • 101

I use the react-native-renamereact-native-rename* npm package.

  Install usingit via

npm install react-native-rename -g 

Then, from the root of your React Native project, execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

react-native-rename on npm

I use the react-native-rename npm package.

  Install using

npm install react-native-rename -g 

Then from the root of your React Native project execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

react-native-rename on npm

I use the react-native-rename* npm package. Install it via

npm install react-native-rename -g 

Then, from the root of your React Native project, execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

I use the react-native-renamereact-native-rename npm package.

Install using

npm install react-native-rename -g 

Then from the root of your React Native project execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

react-native-rename on npm

I use the react-native-rename npm package.

Install using

npm install react-native-rename -g 

Then from the root of your React Native project execute the following

react-native-rename "MyApp" -b com.mycompany.myapp 

react-native-rename on npm

I use the react-native-rename npm package.

Install using

npm install react-native-rename -g 

Then from the root of your React Native project execute the following:

react-native-rename "MyApp" -b com.mycompany.myapp 

react-native-rename on npm

Source Link
Javid Al Karuzi
  • 1.5k
  • 2
  • 12
  • 11
Loading