The Lift repository contains the frontend code for the React Native app. The app is built using expo.
The repository uses yarn
as the package manager. To check whether yarn
is already installed, run this command in your terminal:
yarn --version
If it is not yet installed, you can install it with this command:
npm install --global yarn
Install all the required dependencies by running this command in the project directory:
yarn
Add the necessary environment variables to the project.
cp .env.example .env
To start up the dev server, run this command in the project directory:
yarn start
Learn more about the installation process here.
If you get this error when running yarn start
, try logging out of expo expo logout
and logging back in npx expo login
.
- Include Realm
- Include Tamagui
- Upgrade Expo & Reanimated
- Include react-native-typography