You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ for Android & iOS by [Arttitude 360](http://www.arttitude360.com)
13
13
14
14
## 1. Description
15
15
16
-
This React Native module provides a wrapper to add Paystack Payments to your React Native application using the [Paystack Android Mobile SDK](https://github.com/PaystackHQ/paystack-android) and the [Paystack iOS Mobile SDK](https://github.com/PaystackHQ/paystack-ios) libraries.
16
+
This React Native module provides a wrapper to add Paystack Payments to your React Native application using the [Paystack Android Mobile SDK](https://github.com/PaystackHQ/paystack-android) and the [Paystack iOS Mobile SDK](https://github.com/PaystackHQ/paystack-ios) libraries. If interested, there is a [Sample App](https://github.com/tolu360/vestarapp).
17
17
18
18
## 2. Installation
19
19
@@ -29,8 +29,8 @@ yarn add react-native-paystack
29
29
```
30
30
31
31
### Versioning
32
-
- For `RN <=0.39` use version 2+ e.g. react-native-paystack@2.2.0
33
-
- For `RN >=0.40` use version 3+ e.g. react-native-paystack@3.1.0
32
+
- For `RN <=0.39` use version 2+ e.g. react-native-paystack@2.2.0 (No longer updated)
33
+
- For `RN >=0.40` use version 3+ e.g. react-native-paystack@3.1.4
- Update Gradle plugin to v3.0.0 for your app, follow the following steps if you are not sure how:
94
+
* Edit your `~ android/build.gradle` to look similar to [build.gradle](https://github.com/tolu360/vestarapp/blob/master/android/build.gradle)
95
+
* Edit your `~ android/gradle/wrapper/gradle-wrapper.properties` to look similar to [gradle-wrapper.properties](https://github.com/tolu360/vestarapp/blob/master/android/gradle/wrapper/gradle-wrapper.properties)
96
+
97
+
- Update your Android build tools and environment to v27+ after the Gradle plugin update
98
+
* Edit your `~ android/app/build.gradle` to look similar to [build.gradle](https://github.com/tolu360/vestarapp/blob/master/android/app/build.gradle)
0 commit comments