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
- Host: GitHub
- URL: https://github.com/tankerhq/sdk-react-native
- Owner: TankerHQ
- License: other
- Created: 2021-05-17T15:51:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T10:55:39.000Z (5 months ago)
- Last Synced: 2025-03-27T15:05:30.618Z (2 months ago)
- Topics: cryptography, encryption, end-to-end, privacy, react-native, sdk, security, tanker
- Language: TypeScript
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)