/React-Native-Time-Tracking

A time tracking iOS only App Based on Pomodoro technique, made using React-Native

Primary LanguageTypeScript

Setup

  1. Clone the repository
  2. In the root, run yarn install
  3. Get your GoogleService-Info.plist from Firebase console and paste it in ./ios/(here)
  4. Open ios project in XCode and Update the url-schema as mentioned here
  5. Setup Firebase for Android using the guide available Here. Please note that we also need to have debug signing certificate
  6. Copy env.example & create .env in project root directory
  7. Add your web_client_id to .env from firebase console.
  8. cd ios && pod install
  9. cd .. && yarn run ios