Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 275 Bytes

Deployment.md

File metadata and controls

14 lines (10 loc) · 275 Bytes

Deployment

Android Phone

Build debug apk file for Android Phone:

$ npm run bundle-android
$ cd android/ && ./gradlew assembleDebug

Copy "app-debug.apk" from "project/android/app/build/outputs/apk/" to Android Phone then install & run it.

iPhone

TBD