react-native-app-rename
v1.0.1
Published
CLI tool to rename your React Native project and change application ID.
Downloads
9
Readme
react-native-app-rename
CLI tool to rename your React Native project and change application ID.
Note: Currently only Android parts of the code is supported. I have no Apple devices so I cannot really test if potential-future versions with iOS support will work as expected. Feel free to open a PR with iOS support.
Usage
- Install globally or use with
npx
. - Change working directory to your app directory where package.json is placed
- if installed globally use
rn-rename
orreact-native-app-rename
- if you're gonna use npx run
npx react-native-app-rename
- if installed globally use
- Answer some questions
- Enjoy your app with a brand new name and ID!
TODO
- add support for all java files inside android/src/main/java/(...)
- verify is support for java files inside android/src/(debug|release)/java/(...)
- add support for AndroidManifest inside android/src/(debug|release) dir
License
MIT