Build and upload with Arduino
- Install
react-native - Install the Android SDK
- Make sure the
ANDROID_HOMEenvironment variable is set appropriately - Build and test the app
cd ScaleDisplayApp npm install npm run-android - Make a native release build and install it (signing key required)
cd ScaleDisplayApp/android ./gradlew assembleRelease adb install build/outputs/apk/release/app-release.apk cd ..