Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrisser/react-native-exposure-notification
access the covid-19 ios and android exposure notification api from react native
https://github.com/clayrisser/react-native-exposure-notification
android covid covid-19 exposure-notification ios react react-native
Last synced: about 2 months ago
JSON representation
access the covid-19 ios and android exposure notification api from react native
- Host: GitHub
- URL: https://github.com/clayrisser/react-native-exposure-notification
- Owner: clayrisser
- Created: 2020-05-01T12:38:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T08:55:10.000Z (over 1 year ago)
- Last Synced: 2024-10-04T17:24:59.115Z (3 months ago)
- Topics: android, covid, covid-19, exposure-notification, ios, react, react-native
- Language: Java
- Homepage: https://codejam.ninja
- Size: 2.13 MB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-exposure-notification
![](assets/react-native-exposure-notification.png)
> access the covid-19 exposure notification api from react native
**If you are trying to integrate a react native app with the ios or android exposure
notification api, I would love to collaborate with you to help get your app out as fast
as possible. You can contact me at the link below.**[![Nueve Solutions](https://user-images.githubusercontent.com/6234038/80830613-e0f3fc00-8c06-11ea-9bf1-8cd2b7306e99.png)](https://nuevesolutions.com/contactus)
[https://nuevesolutions.com/contactus](https://nuevesolutions.com/contactus)
## Setup
```sh
npm install --save react-native-exposure-notification
react-native link react-native-exposure-notification
```## Usage
```js
import ExposureNotification from 'react-native-exposure-notification';
import exposureConfiguration from './exposureConfiguration'ExposureNotification.start(exposureConfiguration);
```## References
https://blog.google/documents/68/Android_Exposure_Notification_API_documentation_v1.2.pdf