- The Server/Backend Repository can be found here
-
Watchman is a tool for watching changes in the filesystem. Installing it will result in better performance. You can install it with:
brew update brew install watchman
-
Xcode Command Line Tools
-
EAS CLI
-
Clone the repository.
-
Run
npm install
to install the dependencies. -
Run
npm start
to start the project onExpo Go
app on simulator/real device.
OR
Run dev build
:- Build on cloud with
EAS
:- Build the development version on cloud with
npm run build:dev:android
||npm run build:dev:ios
- Then start the
dev build
usingnpm run start:dev:android
||npm run start:dev:ios
- Build the development version on cloud with
- Build on local:
- Build and run with
npm run dev:android
||npm run dev:ios
- Build and run with
- Build on cloud with
How to build and publish to App Stores without EAS (because EAS is paid and free tier takes forever to build)
- Google Play Store - Follow this guide and replace build command(step 4) with
npm run build:prod:android
- Apple App Store