File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ React Native Wrapper around the Argon2 implementation by SignalApp
7
7
npm install react-native-argon2 --save
8
8
```
9
9
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
+
10
17
## Usage
11
18
12
19
``` javascript
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
6
6
s . name = "RNArgon2"
7
7
s . version = package [ 'version' ]
8
8
s . summary = package [ 'description' ]
9
+ s . description = package [ 'description' ]
9
10
s . license = package [ 'license' ]
10
11
11
12
s . authors = package [ 'author' ]
@@ -17,5 +18,4 @@ Pod::Spec.new do |s|
17
18
18
19
s . dependency 'React-Core'
19
20
s . dependency 'SignalArgon2'
20
- s . static_framework = true
21
21
end
You can’t perform that action at this time.
0 commit comments