Development Android Build
Create a development build for Android testing
Development Android Build
These instructions assume you have already cloned the repository and completed the initial setup from the Quickstart guide.
Before starting build DEV, make sure you have an EAS account and are logged in.
Package Manager
While these instructions use bun
, 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 iOS app using EAS:
Install Dependencies
Run the following command to install all required dependencies:
Change the App Name
Run the following command to build the DEV profile:
Change the App Slug
Build DEV
Run the following command to build the DEV profile:
Create an EAS Project for your app
Eas will prompt you to create an EAS Project for your app, just select “Yes”.
Save Keystore
Eas will prompt you to create and save the keystore file, just select “Yes”.
Start the Server
That’s it! 🎉, now you can run:
To start your app and start coding