msrivastava / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App

Home Page:https://health.gov.il/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hamagen

Build CodeCov License: MIT

Israel's Ministry of Health's COVID-19 exposure prevention app.

Hacking

You're awesome. See CONTRIBUTING.md.

Security Measures

Please review at: https://medium.com/proferosec-osm/hamagen-application-fighiting-the-corona-virus-4ecf55eb4f7c

Local Database Retrieval

Make sure your app is debuggable.

$ adb exec-out run-as com.hamagen.dev cat databases/Reactoffline.db > app_db.sqlite

Debug & Release

Please make sure that you've created a keystore.properties file in your project's root dir with following variables set:

HAMAGEN_KEYSTORE_PATH = '../path/to/release.keystore'
HAMAGEN_STORE_PASSWORD= 'release store password'
HAMAGEN_KEY_ALIAS= 'release key alias'
HAMAGEN_KEY_PASSWORD= 'release key password'

HAMAGEN_DEBUG_KEYSTORE_PATH = '../path/to/debug.keystore'
HAMAGEN_DEBUG_STORE_PASSWORD= 'debug store password'
HAMAGEN_DEBUG_KEY_ALIAS= 'debug key alias'
HAMAGEN_DEBUG_KEY_PASSWORD= 'debug key password'

License

MIT

About

Israel's Ministry of Health's COVID-19 Exposure Prevention App

https://health.gov.il/

License:MIT License


Languages

Language:TypeScript 65.6%Language:JavaScript 27.5%Language:Java 2.8%Language:Objective-C 1.6%Language:Ruby 1.4%Language:Starlark 0.9%Language:Swift 0.1%Language:C 0.1%