react-native-biometrics-secure-storage

A module that allow to save securely your data

Usage no npm install needed!

<script type="module">
  import reactNativeBiometricsSecureStorage from 'https://cdn.skypack.dev/react-native-biometrics-secure-storage';
</script>

README

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