rn-biometry
v0.1.53
Published
biometry auth with symmetric key encription
Downloads
66
Readme
rn-biometry
biometry auth with symmetric key encription
Installation
npm install rn-biometry
Usage
import { multiply } from 'rn-biometry';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library