react-native-encrypted
v0.2.0
Published
react-native-encrypted
Downloads
1
Readme
react-native-encrypted
react-native-encrypted
Installation
npm install react-native-encrypted
Usage
import { encrypt, decrypt } from 'react-native-encrypted';
// ...
const result = await encrypt(3, 7);
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