Skip to content

Commit 63c32bd

Browse files
committed
Add versioning
1 parent 49623b1 commit 63c32bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ You can pull in react-native-paystack via npm:
2222
```shell
2323
npm install react-native-paystack --save
2424
```
25+
OR
26+
27+
```shell
28+
yarn add react-native-paystack
29+
```
30+
31+
### Versioning
32+
For `RN <=0.39` use version 2+ e.g. react-native-paystack@2.1.4
33+
For `RN >=0.40` use version 3+ e.g. react-native-paystack@3.0.4
2534

2635
### Configuration
2736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Wrappers for Paystack Android & iOS Mobile SDKs",
44
"main": "index.js",
55
"author": "Tolu Olowu (Arttitude 360) <tolu@arttitude360.com>",
6-
"version": "2.1.3",
6+
"version": "2.1.4",
77
"scripts": {
88
},
99
"repository": {

0 commit comments

Comments
 (0)