My App

Installation

How to install the RateAll app

Expo App

Current Stack:

  • Expo (bare workflow)
  • React Native
  • Tailwind CSS
  • TypeScript
  • Supabase

Install dependencies:

yarn install

Environment Variables

Reach out to the team to get actual environment variables.

Create a .env file in the root of the project and add the following variables:

cp .env.example .env

Run App:

ios

yarn prebuild
yarn ios

android

yarn prebuild
yarn android

Supabase Types

In order to use the supabase types, you need to run the following command:

yarn supabase:ts