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:

1

Install Dependencies

Run the following command to install all required dependencies:

bun install
2

Change the App Name

Run the following command to build the DEV profile:

3

Change the App Slug

4

Build DEV

Run the following command to build the DEV profile:

bun eas build --profile dev --platform ios
5

Create an EAS Project for your app

Eas will prompt you to create an EAS Project for your app, just select “Yes”.

6

Save Keystore

Eas will prompt you to create and save the keystore file, just select “Yes”.

7

Start the Server

That’s it! 🎉, now you can run:

bun start

To start your app and start coding