react-native-zybanbifbio-module 0.1.1 → 0.2.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
@@ -17,17 +17,17 @@ npm install react-native-zybanbifbio-module
17
17
 
18
18
  // ...
19
19
 
20
- NativeModules.ZyBanbifBioRn.validacionFacialOcr(
21
- "1", // tipo Documento : DNI: 1
22
- "0000000", // Numero de documento
23
- "abcdef123456", // token
24
- "PE", // Pais
25
- "FULL", // tipo operacion "FULL" o "FACIAL"
26
- "POC" //URL - POC , DEVX , SIGN
27
- )
28
- .then(result => {
29
-
30
- })
20
+ NativeModules.ZyBanbifBioRn.validacionFacialOcr(
21
+ "1", // tipo Documento : DNI: 1
22
+ "0000000", // Numero de documento
23
+ "abcdef123456", // token
24
+ "PE", // Pais
25
+ "FULL", // tipo operacion "FULL" o "FACIAL"
26
+ "POC" //URL - POC , DEVX , SIGN
27
+ )
28
+ .then(result => {
29
+
30
+ })
31
31
 
32
32
  //..
33
33
 
@@ -86,13 +86,13 @@ dependencies {
86
86
  implementation files('libs/lkms-client-crypto-2.1.0-alpha2.jar')
87
87
  implementation files('libs/metadata-crypto-1.0.2.jar')
88
88
 
89
- implementation files('libs/zylibuiandroid-debug-0.1.11.aar')
89
+ implementation files('libs/zylibuiandroid-debug-0.1.12.aar')
90
90
 
91
91
  /************OCR************/
92
92
  implementation 'com.google.android.gms:play-services-vision:20.1.3'
93
93
 
94
94
  implementation files('libs/zylibregulaocr-debug-1.2.3.aar')
95
- implementation files('libs/zy-banbif-validacionfacial-lib-android-debug-5.3.14.aar')
95
+ implementation files('libs/zy-banbif-validacionfacial-lib-android-debug-5.3.15.aar')
96
96
 
97
97
  implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
98
98
  implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -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', '0.2.1'
18
+ s.dependency 'zy_banbif_bio_lib_ios', '0.2.5'
19
19
  s.dependency 'React'
20
20
 
21
21
  end