@soyio/soyio-rn-sdk 4.1.18 → 4.1.19

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.
@@ -64,6 +64,7 @@ internal object FacetecConfig {
64
64
 
65
65
  customization.cancelButtonCustomization.apply {
66
66
  location = FaceTecCancelButtonCustomization.ButtonLocation.TOP_LEFT
67
+ customImage = R.drawable.soyio_facetec_close
67
68
  }
68
69
 
69
70
  customization.resultScreenCustomization.apply {
@@ -79,6 +80,8 @@ internal object FacetecConfig {
79
80
  customization.securityWatermarkImage = FaceTecSecurityWatermarkImage.FACETEC
80
81
 
81
82
  customization.idScanCustomization.apply {
83
+ showSelectionScreenDocumentImage = true
84
+ selectionScreenDocumentImage = R.drawable.soyio_facetec_id_front
82
85
  selectionScreenForegroundColor = colors.black
83
86
  reviewScreenBackgroundColors = colors.white
84
87
  reviewScreenForegroundColor = colors.white
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-rn-sdk",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "license": "MIT",
5
5
  "author": "Ignacio Méndez",
6
6
  "main": "./package/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-rn-sdk",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "license": "MIT",
5
5
  "author": "Ignacio Méndez",
6
6
  "main": "./package/index.js",