react-native-scanbot-barcode-scanner-sdk 8.0.0-rc.3 → 8.0.1-beta.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.
package/Libraries.txt CHANGED
@@ -1,4 +1,4 @@
1
- Open Source libraries used in the Scanbot Barcode SDK for React Native version 8.0.0
1
+ Open Source libraries used in the Scanbot Barcode SDK for React Native version 8.0.1
2
2
 
3
3
  Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 8.0.1:
4
4
 
@@ -34,6 +34,7 @@ import ScanbotBarcodeSDKWrapper
34
34
  overlayTextColor(defaults.overlayTextColor)
35
35
  overlayTextContainerColor(defaults.overlayTextContainerColor)
36
36
  overlayTextFormat()
37
+ scannerViewController.generalConfiguration.stopScanningWithPresentedViewController = false
37
38
  }
38
39
 
39
40
  @objc public func prepareForRecycle(){
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-scanbot-barcode-scanner-sdk",
3
3
  "title": "Scanbot Barcode Scanner SDK for React Native",
4
- "version": "8.0.0-rc.3",
4
+ "version": "8.0.1-beta.1",
5
5
  "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -11,7 +11,8 @@
11
11
  "strict": true,
12
12
  "esModuleInterop": true,
13
13
  "skipLibCheck": true,
14
- "declaration": true
14
+ "declaration": true,
15
+ "incremental": false
15
16
  },
16
- "include": ["./src"],
17
+ "include": ["./src"]
17
18
  }