react-native-zybanbifbio-module 0.4.6 → 0.5.0
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
|
@@ -10,16 +10,10 @@ Esta libreria esta diseñada especificamente para le empresa 11 poc.
|
|
|
10
10
|
|
|
11
11
|
## NOTAS:
|
|
12
12
|
```
|
|
13
|
-
La versión 0.
|
|
13
|
+
La versión 0.5.0 versión productiva para Emps11
|
|
14
|
+
|
|
14
15
|
```
|
|
15
|
-
```
|
|
16
|
-
ejm. NativeModules.ZyBanbifBioRn.validacionFacialOcr(opciones).then(result => {})
|
|
17
|
-
```
|
|
18
|
-
```
|
|
19
|
-
Homologación de codigo de retorno cuando no se tienen permisos otorgados
|
|
20
|
-
-Retorna Código 9101:Permisos no otorgados cuando el usuario seleciona "No Permitir" en iOS y "Denegar" en Android.
|
|
21
16
|
|
|
22
|
-
```
|
|
23
17
|
|
|
24
18
|
## Installation
|
|
25
19
|
|
package/android/build.gradle
CHANGED
|
@@ -103,9 +103,9 @@ dependencies {
|
|
|
103
103
|
implementation('com.regula.documentreader:api:7.4.10090') {
|
|
104
104
|
transitive = true;
|
|
105
105
|
}
|
|
106
|
-
implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.
|
|
106
|
+
implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.3.6', ext: 'aar')
|
|
107
107
|
|
|
108
|
-
implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.4.
|
|
108
|
+
implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.4.9', ext: 'aar')
|
|
109
109
|
|
|
110
110
|
implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
|
|
111
111
|
implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
+
xmlns:tools="http://schemas.android.com/tools"
|
|
2
3
|
package="com.zybanbifbiomodule">
|
|
3
4
|
|
|
4
|
-
<application android:allowBackup="true"
|
|
5
|
+
<application android:allowBackup="true">
|
|
6
|
+
<provider
|
|
7
|
+
android:name="com.morpho.mph_bio_sdk.android.sdk.content_provider.BioStoreProvider"
|
|
8
|
+
android:authorities="${applicationId}.bio_store"
|
|
9
|
+
android:readPermission="${applicationId}.NEW_READ_MPH_BIO_SDK_PROVIDER"
|
|
10
|
+
android:writePermission="${applicationId}.NEW_WRITE_MPH_BIO_SDK_PROVIDER"
|
|
11
|
+
tools:replace="android:authorities, android:readPermission, android:writePermission" />
|
|
12
|
+
|
|
13
|
+
<provider
|
|
14
|
+
android:name="com.morpho.lkms.android.sdk.lkms_core.content_provider.LkmsStoreProvider"
|
|
15
|
+
android:authorities="${applicationId}.lkms"
|
|
16
|
+
android:readPermission="${applicationId}.NEW_READ_LKMS_LICENSE_PROVIDER"
|
|
17
|
+
android:writePermission="${applicationId}.NEW_WRITE_LKMS_LICENSE_PROVIDER"
|
|
18
|
+
tools:replace="android:authorities, android:readPermission, android:writePermission" />
|
|
19
|
+
|
|
20
|
+
</application>
|
|
5
21
|
|
|
6
22
|
</manifest>
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
|
|
|
15
15
|
s.source = { :git => "https://github.com/ZYTRUST/react-native-zybanbifbio-module.git", :tag => "#{s.version}" }
|
|
16
16
|
s.source_files = "ios/*.{h,m,mm}"
|
|
17
17
|
|
|
18
|
-
s.dependency 'zy_banbif_bio_lib_ios', '1.1.
|
|
18
|
+
s.dependency 'zy_banbif_bio_lib_ios', '1.1.6'
|
|
19
19
|
s.dependency 'React'
|
|
20
20
|
|
|
21
21
|
end
|