๐Ÿ“ฆ itsmadhusudhan / rn-device-integrity

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/itsmadhusudhan/rn-device-integrity.git
HTTPS git clone https://github.com/itsmadhusudhan/rn-device-integrity.git
SSH git clone git@github.com:itsmadhusudhan/rn-device-integrity.git
CLI gh repo clone itsmadhusudhan/rn-device-integrity
Madhusudhan Madhusudhan chore: update github workflows to run only manually 3da68e8 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ android
๐Ÿ“ example
๐Ÿ“ ios
๐Ÿ“ scripts
๐Ÿ“ src
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .nvmrc
๐Ÿ“„ .watchmanconfig
๐Ÿ“„ .yarnrc
๐Ÿ“„ babel.config.js
๐Ÿ“„ CODE_OF_CONDUCT.md
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ lefthook.yml
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

rn-device-integrity

React native module package to get play integrity token on android and device check token on ios

Installation

npm install rn-device-integrity

Usage

import { getDeviceToken } from 'rn-device-integrity';

// ...

const integrityToken = await getDeviceToken();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT