Rename package

In order to allow Firebase to work properly, you have to set a unique package name. This package name will be used later when you will be setting up Firebase credentials and Google Api keys for your app. In order to accomplish this, follow these steps.

  1. Install react-native-rename
  2. Follow the instructions on package’s page to rename your package. Make sure to give a unique name.
  3. Use the search functionality inside VS Code to search for any remaining strings “net.blastek.realesteapp” and replace them with your package name generated in previous step.
  4. You can now safely uninstall this package by runningnpm uninstall react-native-rename