-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rename script #23
Comments
Please add renaming script.. I think this process..?
I maybe wrong.. |
All right, I ran rename.sh After that I think I have to copy some files like
Is |
I do this with the following command: npx react-native-rename MY_PROJECT_NAME If you want, you could just add that as a |
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy.
Pepperoni app kit has a script for renaming and it worked fine for their kit. It may be a great point to start: https://github.com/futurice/pepperoni-app-kit/blob/master/support/rename.sh
I think we need to write some bash script that will let us to run something like
yarn rename
, ask a few questions (new display name, new bundle id, etc.) and would change code in all required places.The text was updated successfully, but these errors were encountered: