Mosaic📔

Mobile Build & Release

Building and releasing the mobile app

Build & Release

Building for Android

cd Mosaic && bun install
cd mobile && npx expo prebuild --platform android
cd android && ./gradlew :app:assembleRelease

Automated Builds

GitHub Actions builds APKs automatically when v* tags are pushed.

On this page