Skip to content

mavbozo/react-native-securecrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-securecrypto

A Secure Crypto Library for React Native

Installation

npm install react-native-securecrypto

Requirements

  • 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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors