zRafaF / remote-robot-connect

App for remote configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Robot Connect

Project setup

You can prebuild the app by running npx expo prebuild, this is needed for the BLE

Building

Cloud

For build I'm using EAS expo, to create an .apk build run: eas build -p android --profile preview.

Local

  1. npx expo prebuild
  2. cd .\android\
  3. ./gradlew assembleDebug or ./gradlew assembleRelease

The output is located at remote-robot-connect\android\app\build\outputs\apk

References

When downloading depedencies use npx expo install my-library;

About

App for remote configuration


Languages

Language:TypeScript 76.4%Language:Java 22.2%Language:JavaScript 1.4%