@mavbozo/react-native-securecrypto
v0.0.4
Published
A Secure Crypto Library for React Native New Architecture
Downloads
21
Readme
react-native-securecrypto
A Secure Crypto Library for React Native
Installation
npm install react-native-securecryptoRequirements
- React Native New Architecture
- React Native >= 0.71.0
- Android:
- Minimum SDK: API 23 (Android 6.0)
- Target SDK: API 34 (Android 14)
- iOS:
- Minimum deployment target: iOS 15.6
Usage
import { multiply } from 'react-native-securecrypto';
// ...
const result = multiply(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
