react-native-navigation-minimal-boilerplate icon indicating copy to clipboard operation
react-native-navigation-minimal-boilerplate copied to clipboard

How to change app name

Open prkaash opened this issue 7 years ago • 2 comments

In the boiler plate app name is TestApp and package is com.testapp but now i want to change it to my package and app name but it is not working. Any kind of help is deeply appreciated.

prkaash avatar Feb 14 '18 11:02 prkaash

@prkaash I want to change app name and package name too.

kkotkkio avatar Apr 11 '18 06:04 kkotkkio

use react-native-rename npm package to change the app name like : react-native-rename <NewAppName>

DilipCoder avatar Jul 26 '18 19:07 DilipCoder