Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kennytian/react-native-tink
- Owner: Kennytian
- License: mit
- Created: 2018-09-06T08:48:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T00:11:08.000Z (over 6 years ago)
- Last Synced: 2024-04-26T10:20:17.202Z (8 months ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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