Loading

Archives: Document

Standard

Login Google

How to config Application on Firebase console 1. Go to https://console.firebase.google.com/ and create your application 2. Choose add app with iOS and android platform. Fill info 3. After done, you need down 2 file: iOS: GoogleService-Info.plist android: google-services.json 4. In android, you need move it to android/app/ 5. In iOS, follow step by step: You

Standard

Login Facebook

How to config Application on Facebook Developer 1. Go to https://developers.facebook.com and login with your account. 2. Click on Add new application button and Create new with your application. 3. After created, you see like so: 4. Choose your app and Go to Settings -> Information basic and update more info: Name Contact email URL

Standard

App Settings

There are some common questions and how to config the app. 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

Standard

SAAS (Software as a Service)

SAAS (Software as a Service) is a application which allow Super Admin create and assign role to School Admin. Sign in SAAS application 1. Access in Login Screen 2. Sign in with account Super User (have SAAS permission) Content Description Email Email of Super Admin Password Passord of Account  Creating new School 1. From Management

Standard

Front Office Settings

This manual help you to config view setting in Front Office Homepage Settings 1. From Top Bar click on Settings 2. Click Web Tab and Home Settings Tab and update the content in below Content ​ Slider Config Banner Slider Section About About Us section Section Teacher ​ Section News ​ 3. Click on Social

Standard

Event

This manual help you to create events of school. 1. Click Event from Menu Navigation 2. Enter the event information Content Description Title Name of event Motte Short description (Overview) Description Detailled information (Specifications) Type Single or Recurring event Feature image Thumbnail of event Amount Max number of visitor Venue The specific location Address The

Standard

Web Settings

Backend WordPress Plugins installation Your website must be run on WordPress version >4.x, of course, we always suggest you should upgrade to the latest version. We will upgrade here any logs update when WordPress upgrades the versioning. Attention: If you are upgrading from Zapes 1.x please delete plugin zapes-mobile-application before install new bundle below. In

Standard

Development Environment

Requisite setup First, this is very important, please make sure you have already installed and run the simulator successful base on this guide – https://reactnative.dev/docs/environment-setup. It will help you install and build your first Example React Native app. To get started with React Native project you have to install some tools, dependencies, and applications as

Standard

Reference

Some reference links to help you research more

Standard

Common Errors and Questions

Question: getting error on ‘react-native start’? SyntaxError: Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class at new RegExp () at blacklist (D:\demo\app-kindie\node_modules\metro-config\src\defaults\blacklist.js:34:10) It appears in \node_modules\metro-config\src\defaults\blacklist.js, there is an invalid regular expression that needed changed. You have to change the first expression under sharedBlacklist from: var sharedBlacklist = [ /node_modules[/\\]react[/\\]dist[/\\].*/, /website\/node_modules\/.*/, /heapCapture\/bundle\.js/, /.*\/__tests__\/.*/ ]; to var