Learn how to build your app locally for Android
bun
npm
yarn
Install Dependencies
bun install
Run Prebuild
bun preBuild
Start Android Build
bun android
cd android ./gradlew clean cd ..