A Secure Crypto Library for React Native
npm install react-native-securecrypto- 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
import { multiply } from 'react-native-securecrypto';
// ...
const result = multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library