Skip to content

Commit ae3f183

Browse files
committed
chore: Update README
1 parent 75b61c4 commit ae3f183

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.versionrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"header": "# Changelog\n",
3+
"types": [
4+
{"type": "feat", "section": "Features"},
5+
{"type": "fix", "section": "Bug Fixes"},
6+
{"type": "chore", "section": "Maintenance"},
7+
{"type": "docs", "hidden": true},
8+
{"type": "style", "hidden": true},
9+
{"type": "refactor", "hidden": true},
10+
{"type": "perf", "hidden": true},
11+
{"type": "test", "hidden": true}
12+
]
13+
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ React Native Wrapper around the Argon2 implementation by SignalApp
77
npm install react-native-argon2 --save
88
```
99

10+
Compatibility Table
11+
12+
| React Native Version | Package Version |
13+
|----------------------|-----------------|
14+
| 0.60 - 0.63.2 | ^0.1.0 |
15+
| 0.63.3 | ^1.0.0 |
16+
1017
## Usage
1118

1219
```javascript

RNArgon2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Pod::Spec.new do |s|
66
s.name = "RNArgon2"
77
s.version = package['version']
88
s.summary = package['description']
9+
s.description = package['description']
910
s.license = package['license']
1011

1112
s.authors = package['author']
@@ -17,5 +18,4 @@ Pod::Spec.new do |s|
1718

1819
s.dependency 'React-Core'
1920
s.dependency 'SignalArgon2'
20-
s.static_framework = true
2121
end

0 commit comments

Comments
 (0)