Config Android

How to config App name

Open file android/app/src/main/res/values/strings.xml and change to your App name.

How to config build version and application ID

Open file android/app/build.gradle and change to your name own.

https://developer.android.com/studio/build/application-id

How to change Splash Screen Image

We use image size with 750 pixels wide and 1294 pixels tall

Open file android/app/src/main/res/drawable/splash.pngand change to your image.

Don't forget clean cache after change app info.

cd ./android 
/gradlew clean

How to change image is missing its adds the default beauty parlor image (On Products / Category where)

Go to assets\images and replace image_failed.png by the image you want (do not change filename and dimension)

How can I change the name of Service to "Category"? please see picture.

For any string, you can go to \src\utils\languages\locales\en.js and modify value. With [en.js, vi.js, ....] are your local language.

For example: this case we will to to line 121 and edit:

services: "Services",

to

services: "Categories",

(do not delete "," at the end)

The layout is very close to the edge?

Last updated