Setup .env file and populate env variables
cp .env.example .env
Make sure you have your google-services.json
file in android/app
and GoogleService-Info.plist
in ios/HealthAndMovement
folders
Next install dependencies and then you can run iOS or Android
yarn
cd ios
pod install
cd ..
yarn ios
yarn android