react-native-scanbot-barcode-scanner-sdk 4.0.4-beta.4 → 4.0.4

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 4.0.4-beta.2
1
+ Open Source libraries used in the Scanbot Barcode SDK for React Native version 4.0.4
2
2
 
3
3
  ```text
4
4
 
@@ -64,7 +64,7 @@ export interface ScanbotBarcodeCameraViewConfiguration extends FinderConfig, Bar
64
64
  */
65
65
  barcodeFilter?: string; // TODO: Should be BarcodeFilter,
66
66
  /**
67
- * Enable or disable barcode detecting. If disabled, camera preview will be active but not barcodes will be scanned.
67
+ * Enable or disable barcode detection. If disabled, the camera preview is active but no barcodes will be detected.
68
68
  * Default is enabled.
69
69
  */
70
70
  scanningEnabled?: boolean;
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": "4.0.4-beta.4",
4
+ "version": "4.0.4",
5
5
  "scanbot": {
6
6
  "iosVersion": "4.0.2"
7
7
  },
@@ -65,7 +65,7 @@ export interface ScanbotBarcodeCameraViewConfiguration extends FinderConfig, Bar
65
65
  */
66
66
  barcodeFilter?: BarcodeFilter;
67
67
  /**
68
- * Enable or disable barcode detecting. If disabled, camera preview will be active but not barcodes will be scanned.
68
+ * Enable or disable barcode detection. If disabled, the camera preview is active but no barcodes will be detected.
69
69
  * Default is enabled.
70
70
  */
71
71
  scanningEnabled?: boolean;