@digiotech/react-native 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Digio React Native SDK
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/js/@digiotech%2Freact-native)
|
|
4
|
+
|
|
3
5
|
Official React Native SDK for Digio Gateway Integration
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -10,7 +12,7 @@ yarn install @digiotech/react-native
|
|
|
10
12
|
|
|
11
13
|
## Documentation
|
|
12
14
|
|
|
13
|
-
Documentation of Digio Gateway Integration and their usage
|
|
15
|
+
Documentation of Digio Gateway Integration and their usage
|
|
14
16
|
|
|
15
17
|
### Basic Usage
|
|
16
18
|
|
package/android/build.gradle
CHANGED
|
@@ -88,7 +88,8 @@ dependencies {
|
|
|
88
88
|
//noinspection GradleDynamicVersion
|
|
89
89
|
implementation "com.facebook.react:react-native:+"
|
|
90
90
|
implementation 'com.github.digio-tech:gateway:v4.0.8'
|
|
91
|
-
implementation
|
|
91
|
+
implementation fileTree(dir: "libs", include: ["*.aar"])
|
|
92
|
+
// implementation 'com.github.digio-tech:gateway_kyc:v4.0.8'
|
|
92
93
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
93
94
|
implementation 'com.google.android.material:material:1.9.0'
|
|
94
95
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
Binary file
|