scandit-react-native-datacapture-id 6.15.0 → 6.15.1

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.
@@ -38,7 +38,7 @@ android {
38
38
  }
39
39
 
40
40
  dependencies {
41
- def sdk_version = "6.15.0"
41
+ def sdk_version = "6.15.1"
42
42
 
43
43
  api "com.scandit.datacapture:id:$sdk_version"
44
44
  api project(path: ':scandit-react-native-datacapture-core')
@@ -27,7 +27,7 @@ class ScanditDataCaptureId: RCTEventEmitter {
27
27
  CallbackLock<Bool>(name: ScanditDataCaptureIdEvent.didReject.rawValue)
28
28
 
29
29
  @objc override class func requiresMainQueueSetup() -> Bool {
30
- return false
30
+ return true
31
31
  }
32
32
 
33
33
  @objc override var methodQueue: DispatchQueue! {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-id",
3
- "version": "6.15.0",
3
+ "version": "6.15.1",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id",
6
6
  "main": "js/index.js",
@@ -29,6 +29,6 @@
29
29
  "typescript": "^3.8.3"
30
30
  },
31
31
  "dependencies": {
32
- "scandit-react-native-datacapture-core": "6.15.0"
32
+ "scandit-react-native-datacapture-core": "6.15.1"
33
33
  }
34
34
  }
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.requires_arc = true
17
17
  s.module_name = "ScanditDataCaptureId"
18
18
  s.header_dir = "ScanditDataCaptureId"
19
- s.dependency 'ScanditIdCapture', '= 6.15.0'
19
+ s.dependency 'ScanditIdCapture', '= 6.15.1'
20
20
 
21
21
  s.dependency "React"
22
22
  s.dependency "scandit-react-native-datacapture-core"