Project Setup

Change Package name

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

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

3. Now Replace with your own applicationId.

4. Do it for Admin app. Admin app packages name for this app is com.app.tournamentadmin

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.

3. Logo images must be PNG Format.

3. Do not Forgot to replace notification logo.

* Good Luck *