Skip to content

chiknas/SwanCloudApp

Repository files navigation

SwanCloudApp CircleCI Build Status

Swan cloud app written in React Native to accompany the Swancloud API. Get the an APK from the latest build in CircleCI.

Dev Environment Setup

Restarting the machine might be necessary between installation steps

  1. Setup React Native environment from here
  • you dont have to install android studio. download sdkmanager from here (scroll all the way down to 'Command line tools only' section)
  • sdkmanager docs
  1. Install NodeJS
  2. Install yarn npm install --global yarn
  3. Connect android device with devmode on and run yarn android
  4. To generate an apk run yarn android:release

Useful Commands

  1. Trigger background fetch event adb shell cmd jobscheduler run -f com.swancloudapp 999

  2. Find app pid by package (Android) adb shell pidof com.swancloudapp

  3. Get live logs on app (Android) adb logcat --pid=<pid number here>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published