Skip to content

Commit

Permalink
6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 15, 2023
1 parent 6a74023 commit 49adabb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ export default class App extends Component {
this.handleResults(completion.results)
if (completion.action === Enum.DocReaderAction.TIMEOUT)
this.handleResults(completion.results)
if (completion.action === Enum.DocReaderAction.CANCEL || completion.action === Enum.DocReaderAction.ERROR)
isReadingRfid = false
}

showRfidUI() {
Expand Down
2 changes: 0 additions & 2 deletions example/ios/DocumentReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = DocumentReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -519,7 +518,6 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = DocumentReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
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 @@
"lint": "eslint ."
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "6.7.1",
"@regulaforensics/react-native-document-reader-api": "6.7.2",
"@regulaforensics/react-native-document-reader-core-fullrfid": "6.7.0",
"react": "17.0.2",
"react-native": "^0.67.0",
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": "6.7.1",
"version": "6.7.2",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 49adabb

Please sign in to comment.