Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 676 Bytes

Running the development version

  • Android Studio -> Device Manager -> Physical -> Pair using Wi-Fi
  • Phone -> Settings -> Wireless debugging -> Pair device with QR code -> scan the code shown in previous step
  • ./android -> create file local.properties -> paste sdk.dir=C:\Users\{USERNAME}\AppData\Local\Android\Sdk
  • npx expo run:android (--device flag if more than one device is connected)

Installing the app on a device

Creating a new build

  • eas build -p android --profile preview (might take a long time)
  • download the application from the generated link