These instructions assume you have already cloned the repository and completed the initial setup from the Quickstart guide.
Package Manager
While these instructions usebun, you can also use npm or yarn. Simply replace bun with your preferred package manager in the commands.
Build Steps
Follow these steps to build and run your Android app locally:1
Install Dependencies
Run the following command to install all required dependencies:
2
Run Prebuild
This step configures your native Android project:
3
Start Android Build
Launch the Android development build:This will open Android Studio with your project and start the Metro bundler.

