Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kennytian/react-native-tink

Tink is a multi-language, cross-platform cryptographic library for react native application
https://github.com/kennytian/react-native-tink

Last synced: 1 day ago
JSON representation

Tink is a multi-language, cross-platform cryptographic library for react native application

Awesome Lists containing this project

README

        

# react-native-tink

Tink is a multi-language, cross-platform cryptographic library for react native application

## Install
```
yarn add react-native-tink
react-native link react-native-tink
```

or

```
react-native install react-native-tink
```

### iOS

~~**Add with CocoaPods(if you integrated react-native to native iOS project)**~~

To be continue...

### Android

#### Checkout settings.gradle

> your project/android/settings.gradle

```
include ':react-native-tink'
project(':react-native-tink').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-tink/android')
```

#### Checkout module's build.gradle, add configuration

> your project/android/app/build.gradle

```
...
dependencies {
...
compile project(':react-native-tink')
...
}
```

## License
---
MIT