Installation
How to install the RateAll app
Expo App
Current Stack:
- Expo (bare workflow)
- React Native
- Tailwind CSS
- TypeScript
- Supabase
Install dependencies:
yarn installEnvironment 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 .envRun App:
ios
yarn prebuild
yarn iosandroid
yarn prebuild
yarn androidSupabase Types
In order to use the supabase types, you need to run the following command:
yarn supabase:ts