Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.9 KB

File metadata and controls

64 lines (36 loc) · 1.9 KB

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Prerequisites

Install yarn

Follow iOS + Expo instructions here

Setup environment

Get started

  1. Install dependencies

    yarn install:all
  2. Start the app (javascript packager)

    npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Generate iOS and android folders

Run one of these

npx expo prebuild --clean --platform ios

npx expo prebuild --clean --platform android

Build iOS or android apps

Make sure you have npx expo start already running then run one of these

yarn android

yarn ios

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.