# App settings

### Link app to your Web

Go the project folder, open the file: **src\config\index.js** and change host to your WordPress site URL:

<div align="left"><img src="https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-M6Sqgx3jAg8owfj-8BV%2F-M6Suez8xgfGL0kVOWMr%2Fimage.png?alt=media&#x26;token=d311d672-1fa2-47d7-9791-cc5d7c383d49" alt=""></div>

### Config App name

&#x20;Open file `android/app/src/main/res/values/strings.xml` and change to your App name.

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MA279wPaF_IaQrOK3NB%2F-MA27s4hoTB8CRnYQOQa%2Fv2_app_name.png?alt=media\&token=8fb8b2c4-b978-42a3-a6bf-48b284539693)

### Config build version and application ID

&#x20;Open file `android/app/build.gradle` and change to your name own.

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MA279wPaF_IaQrOK3NB%2F-MA28DHOQMfU1Y5dqNUN%2Fv2_app_name1.png?alt=media\&token=a2bfc6f5-926b-4d5e-9d78-0e7a27392639)

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

### Change Splash screen Image

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

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MA28H2V6Nud-xLitA0V%2F-MA28d2UMyhuMogj-jN2%2Fv2_splash.png?alt=media\&token=401f1b28-7479-42e3-9bd4-b17a89da242e)

Open file `android/app/src/main/res/drawable/splash.png`and change to your image.

Don't forget **clean cache** after change app info.

```
cd ./android 
/gradlew clean
```
