Skip to content

I built this React Native mobile application for a innovation competition.

Notifications You must be signed in to change notification settings

Shathiso/expo-app

Repository files navigation

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.

About

I built this React Native mobile application for a innovation competition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published