2

I would like to use "a.custom.namespace.projectname" instead of "com.projectname". Is it possible?

2

1 Answer 1

4

You can do it manually, but I would recommend you to do it using react-native-rename npm package, like this:

Install it:

npm install react-native-rename -g

On you project root:

react-native-rename "Your New Name" -b com.mynewcompany.mynewapp

It will rename some folders and files, and change many strings on your android and ios folders.

When finished, if you want, you can remove the package:

npm uninstall react-native-rename
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.