Skip to content

Commit e935d20

Browse files
authored
Merge pull request #2 from LamNguyen17/update_readme
update README
2 parents fd2dce3 + 0a0c893 commit e935d20

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# react-native-crypto-algorithm
22

3-
[![](https://img.shields.io/badge/yarn-v1.0.1-blue)](https://www.npmjs.com/package/react-native-encryption-algorithm)
4-
[![](https://img.shields.io/badge/native_language-Kotlin_&_Swift-green)](https://www.npmjs.com/package/react-native-encryption-algorithm)
5-
[![](https://img.shields.io/badge/size-72.7_kB-red)](https://www.npmjs.com/package/react-native-encryption-algorithm)
6-
[![](https://img.shields.io/badge/license-MIT-8A2BE2)](https://github.com/LamNguyen17/react-native-encryption-algorithm/blob/master/LICENSE)
3+
[![](https://img.shields.io/badge/yarn-v1.0.2-blue)](https://www.npmjs.com/package/react-native-crypto-algorithm)
4+
[![](https://img.shields.io/badge/native_language-Kotlin_&_Swift-green)](https://www.npmjs.com/package/react-native-crypto-algorithm)
5+
[![](https://img.shields.io/badge/size-72.7_kB-red)](https://www.npmjs.com/package/react-native-crypto-algorithm)
6+
[![](https://img.shields.io/badge/license-MIT-8A2BE2)](https://github.com/LamNguyen17/react-native-crypto-algorithm/blob/master/LICENSE)
77
[![](https://img.shields.io/badge/author-Forest_Nguyen-f59642)](https://github.com/LamNguyen17)
88

99
## Installation

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-crypto-algorithm",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Native Module using Kotlin & Swift for React-Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -48,8 +48,12 @@
4848
},
4949
"keywords": [
5050
"react-native",
51-
"ios",
52-
"android"
51+
"ios-swift",
52+
"android-kotlin",
53+
"rxswift",
54+
"flow-coroutines",
55+
"kotlin-coroutines",
56+
"cryptoswift"
5357
],
5458
"repository": {
5559
"type": "git",

0 commit comments

Comments
 (0)