https://github.com/dzek69/react-native-app-rename
Library that helps you with renaming and changing ID of your React Native app
https://github.com/dzek69/react-native-app-rename
react react-native
Last synced: 10 months ago
JSON representation
Library that helps you with renaming and changing ID of your React Native app
- Host: GitHub
- URL: https://github.com/dzek69/react-native-app-rename
- Owner: dzek69
- License: mit
- Created: 2019-09-01T17:27:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:13:44.000Z (about 3 years ago)
- Last Synced: 2025-01-11T14:04:59.882Z (over 1 year ago)
- Topics: react, react-native
- Language: JavaScript
- Size: 498 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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
1) Install globally or use with `npx`.
2) Change working directory to your app directory where package.json is placed
1) if installed globally use `rn-rename` or `react-native-app-rename`
2) if you're gonna use npx run `npx react-native-app-rename`
4) Answer some questions
5) 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