https://github.com/itsmadhusudhan/rn-device-integrity.git
React native module package to get play integrity token on android and device check token on ios
npm install rn-device-integrity
import { getDeviceToken } from 'rn-device-integrity';
// ...
const integrityToken = await getDeviceToken();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT