# react-native-exposure-notification **Repository Path**: mirrors_codejamninja/react-native-exposure-notification ## Basic Information - **Project Name**: react-native-exposure-notification - **Description**: access the covid-19 ios and android exposure notification api from react native - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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