Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.17 KB

Introduction

This is a mobile application built using

  • React Native, Expo Go and AppWrite as backend cloud service

Expo

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

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

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

Build Process

  • Open an expo go account: https://expo.dev

  • Login to your account

  • install eas cli: https://docs.expo.dev/eas-update/getting-started/

       npm install -g eas-cli
  • Run the build for the platform of your choice

      eas build -p android 
      eas build -p ios 
  • Download the platform executable files, extract them and publish the app to the appropriate app stores.