Skip to content

Commit

Permalink
7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 2, 2024
1 parent dad52f0 commit 7cb01a3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion android/src/main/java/com/regula/documentreader/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ fun setCustomization(customization: ParamsCustomization, opts: JSONObject, conte
"borderBackgroundImageMatrix" -> editor.setBorderBackgroundImageMatrix(v.toMatrix()).setBorderBackgroundImageScaleType(ImageView.ScaleType.MATRIX)
"customLabelStatus" -> editor.setCustomLabelStatus(SpannableString(v as String))
"cameraFrameLineCap" -> editor.setCameraFrameLineCap(Paint.Cap.values()[v.toInt()])
"uiCustomizationLayer" -> editor.setUiCustomizationLayer(v as JSONObject)
"uiCustomizationLayer" -> editor.setUiCustomizationLayer(JSONObject(v.toString()))
"colors" -> setColors(editor, v as JSONObject)
"fonts" -> setFonts(editor, v as JSONObject)
"images" -> setImages(editor, v as JSONObject, context)
Expand Down
9 changes: 0 additions & 9 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "7.2.0",
"@regulaforensics/react-native-document-reader-api": "7.2.1",
"@regulaforensics/react-native-document-reader-core-fullrfid": "7.2.0",
"react-native-progress": "5.0.0",
"react-native-radio-buttons-group": "3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regulaforensics/react-native-document-reader-api",
"version": "7.2.0",
"version": "7.2.1",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7cb01a3

Please sign in to comment.