React Native (TS) Social Workout Tracker app.
Setup Ruby Version:
brew install rbenv
rbenv init && rbenv install
You can either use bundler
or cocoapods
sudo gem install cocoapods
npm install
cd ios && pod install
cd ../
yarn ios
Clone both this project and Backend
git clone https://github.com/pluvio72/UpLifting
git clone https://github.com/pluvio72/UpLifting_BE
Check each project README for instructions to run.