rn-secure-enclave-keystore
v0.2.0
Published
Secure storage using ios enclave and android keystore
Downloads
11
Readme
rn-secure-enclave-keystore
Secure storage using ios enclave and android keystore
Installation
npm install rn-secure-enclave-keystore
Usage
import { getItem } from 'rn-secure-enclave-keystore';
// ...
const result = await getItem('my-key');
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