Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 924 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 924 Bytes

Chess Clock

Made with NativeScript-VUE

Configuration

  • Need to configure the Firebase to download the configuration file following this;
  • Need to configure the admob pub id com.google.android.gms.ads.APPLICATION_ID in AndroidManifest.xml file on Android App Resource folder;
  • Need to configure the admob pub id GADApplicationIdentifier in Info.plist file on iOS App Resource folder;
  • Need to configure the following variables on .env file: (need to create on the root folder)
    • ANDROID_ADMOB_REWARDED_VIDEO_ID: Admob rewarded video id for Android;
    • IOS_ADMOB_REWARDED_VIDEO_ID: Admob rewarded video id for iOS;

Running

On android

Just run ns debug android

On iOS

Just run ns debug ios

Fixing issues

You can use ns doctor to check if everything is ok.