Package Name
We have to change the package name for android and ios, to do that:
Go to the project file and open app.json
Replace the bundle identifier under ios, and package under android with your package name.
- Save the file, let's move to the next step.