An open API service indexing awesome lists of open source software.

https://github.com/tankerhq/sdk-react-native

Tanker client-side encryption SDK for React-Native
https://github.com/tankerhq/sdk-react-native

cryptography encryption end-to-end privacy react-native sdk security tanker

Last synced: about 2 months ago
JSON representation

Tanker client-side encryption SDK for React-Native

Awesome Lists containing this project

README

        

# @tanker/client-react-native

Tanker client SDK for React Native

## Installation

```sh
npm install @tanker/client-react-native
```

## Usage

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

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)