/Native-Module-in-React-Native

A Native Module in React Native that uses C++ and concatenates strings and performs symmetric key encryption and decryption using tweetnacl

Primary LanguageJavaMIT LicenseMIT

react-native-test

A Native Module in React Native that concatenates strings and performs symmetric key encryption and decryption using the tweetnacl library. The module was initialized with create-react-native-library@latest

Installation

npm install react-native-test

Usage

import { concat } from 'react-native-test';

// ...

const result = await concat('a', 'b');

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