Skip to content

SouthernCanuck/mobilemess

Repository files navigation

Firstam-inspection

App is using react native with expo library.

Running on windows

  1. install chocolatey

    Run Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) as admin in PowerShell

  2. install node.js: choco install nodejs-lts

  3. install adb: choco install adb

  4. install adb usb drivers - follow instructions on https://developer.android.com/studio/run/oem-usb

    • To check, if you sucessfully installed driver, you should turn on phone debugging (see)
    • Connect phone via USB cable to computer
    • Run adb devices and you should see some device in a list
  5. run npm install to install application dependencies

  6. run npm start to start the app

    • It will ask you to install expo-cli globally. (There may be issues installing expo - see)
    • Download expo client app to your android phone
    • It is usefull to create expo account and log in on developer machine and on phone

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published