Project Setup

Change Package name

1. Go to android/app/build.gradle Find applicationId "com.startup.store" for User app

2. and find applicationId "com.startupstore.admin" for admin app.

3. Now Replace with your own applicationId.

Change Application name

1. Go to android/app/src/main/AndroidManifest.xml Find android:label=

then Type your own app name.

Change App Logo

1. Go to android/app/src/main/res/mipmap-**

2. Now replace all ic_launcher.png logo.

2. Logo images must be PNG Format.

* Good Luck *