0.1.2 • Published 11 months ago

react-native-biometrics-secure-storage v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
11 months ago

react-native-biometrics-secure-storage

A module that allow to save securely your data

Installation

npm install react-native-biometrics-secure-storage

Usage

import BiometricsSecureStorage from "react-native-biometrics-secure-storage";

// ...

const result = await BiometricsSecureStorage.multiply(3, 7);

Contributing

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

License

MIT