Config Android
Last updated
Was this helpful?
Last updated
Was this helpful?
Open file android/app/src/main/res/values/strings.xml
and change to your App name.
Open file android/app/build.gradle
and change to your name own.
We use image size with 750 pixels wide and 1294 pixels tall
Open file android/app/src/main/res/drawable/splash.png
and change to your image.
Don't forget clean cache after change app info.
Go to assets\images and replace image_failed.png by the image you want (do not change filename and dimension)
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)