Skip to content

A cross-platform mobile application for COVID-19 contact tracing using React Native.

Notifications You must be signed in to change notification settings

FernandoGuardado/StopTheSpread

 
 

Repository files navigation

StopTheSpread

android/ios configurations are linked to Firebase. No need to do it.

How to use?

  1. Download or clone this repo.

  2. Install dependencies.

npm install
// or
yarn install
  1. Go to src/core/config.js and replace FIREBASE_CONFIG with your own firebase config.
export const FIREBASE_CONFIG = {
  apiKey: "xxx-yyy-zzz", // etc.
  // rest of your firebase config
};
  1. Run project on iOS / Android.
 npm run ios // npm run android
 // or
 yarn ios // yarn android
  1. Errors on Mac If you get an Xcode 65 error which is an xcodebuild error do the following to fix:
sudo gem install cocoapods // if you don't have cocoapods installed
cd ios
pod install
delete build folder // this might not be needed, try next step before doing this or if build folder doesn't exist skip this
cd ..
yarn ios // npm run ios

StopTheSpread Mobile App

To view the server please visit: https://github.com/FernandoGuardado/StopTheSpreadServer

About

A cross-platform mobile application for COVID-19 contact tracing using React Native.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%