Zapes
  • Introduction
  • Get Started
    • Development environment
    • Web settings
    • App settings
    • Login Facebook
    • Login Google
    • Login Apple
    • Build App for Android
    • Build App for IOS
    • Source code structure
    • FAQ & Troubleshooting
    • Firebase Integration
    • OneSignal
    • Change Log
    • Thank you
Powered by GitBook
On this page
  • Link app to your Web
  • Config App name
  • Config build version and application ID
  • Change Splash screen Image

Was this helpful?

  1. Get Started

App settings

There are some common questions and how to config the app.

PreviousWeb settingsNextLogin Facebook

Last updated 4 years ago

Was this helpful?

Link app to your Web

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

Config App name

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

Config build version and application ID

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

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

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