Skip to content

Thisisaarush/task-thing

Repository files navigation

task-thing - CLIENT

  • The Server/Backend Repository can be found here

Pre-requisites

  • 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

How to run the project

  1. Clone the repository.

  2. Run npm install to install the dependencies.

  3. Run npm start to start the project on Expo 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 using npm run start:dev:android || npm run start:dev:ios
    • Build on local:
      • Build and run with npm run dev:android || npm run dev:ios

How to build and publish to App Stores without EAS (because EAS is paid and free tier takes forever to build)

Pre-requisites for building and publishing to App Stores

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published