We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49623b1 commit 63c32bdCopy full SHA for 63c32bd
README.md
@@ -22,6 +22,15 @@ You can pull in react-native-paystack via npm:
22
```shell
23
npm install react-native-paystack --save
24
```
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
34
35
### Configuration
36
package.json
@@ -3,7 +3,7 @@
3
"description": "React Native Wrappers for Paystack Android & iOS Mobile SDKs",
4
"main": "index.js",
5
"author": "Tolu Olowu (Arttitude 360) <tolu@arttitude360.com>",
6
- "version": "2.1.3",
+ "version": "2.1.4",
7
"scripts": {
8
},
9
"repository": {
0 commit comments