@regulaforensics/react-native-document-reader-api 6.7.1 → 6.7.3
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/example/App.js
CHANGED
|
@@ -138,8 +138,6 @@ export default class App extends Component {
|
|
|
138
138
|
this.handleResults(completion.results)
|
|
139
139
|
if (completion.action === Enum.DocReaderAction.TIMEOUT)
|
|
140
140
|
this.handleResults(completion.results)
|
|
141
|
-
if (completion.action === Enum.DocReaderAction.CANCEL || completion.action === Enum.DocReaderAction.ERROR)
|
|
142
|
-
isReadingRfid = false
|
|
143
141
|
}
|
|
144
142
|
|
|
145
143
|
showRfidUI() {
|
|
@@ -491,7 +491,6 @@
|
|
|
491
491
|
CLANG_ENABLE_MODULES = YES;
|
|
492
492
|
CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
|
|
493
493
|
CURRENT_PROJECT_VERSION = 1;
|
|
494
|
-
DEVELOPMENT_TEAM = "";
|
|
495
494
|
ENABLE_BITCODE = NO;
|
|
496
495
|
INFOPLIST_FILE = DocumentReader/Info.plist;
|
|
497
496
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
@@ -519,7 +518,6 @@
|
|
|
519
518
|
CLANG_ENABLE_MODULES = YES;
|
|
520
519
|
CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
|
|
521
520
|
CURRENT_PROJECT_VERSION = 1;
|
|
522
|
-
DEVELOPMENT_TEAM = "";
|
|
523
521
|
INFOPLIST_FILE = DocumentReader/Info.plist;
|
|
524
522
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
525
523
|
"$(inherited)",
|
package/example/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"lint": "eslint ."
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "6.7.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "6.7.3",
|
|
14
14
|
"@regulaforensics/react-native-document-reader-core-fullrfid": "6.7.0",
|
|
15
15
|
"react": "17.0.2",
|
|
16
16
|
"react-native": "^0.67.0",
|
package/package.json
CHANGED