A module that allow to save securely your data
npm install react-native-biometrics-secure-storage
import BiometricsSecureStorage from "react-native-biometrics-secure-storage";
// ...
const result = await BiometricsSecureStorage.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT