0.2.0 • Published 1 year ago

react-native-capacitor-secure-storage v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-capacitor-secure-storage

Securely store secrets such as usernames, passwords, tokens, certificates or other sensitive information (strings) on iOS & Android

Installation

npm install react-native-capacitor-secure-storage

Usage

import { getData } from 'react-native-capacitor-secure-storage';

// ...

const result = await getData('token);

Contributing

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

License

MIT

0.2.0

1 year ago