/sdk-react-native

Tanker client-side encryption SDK for React-Native

Primary LanguageTypeScriptOtherNOASSERTION

@tanker/client-react-native

Tanker client SDK for React Native

Installation

npm install @tanker/client-react-native

Usage

import { multiply } from '@tanker/client-react-native';

// ...

const result = await 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