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
|
@@ -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
|
|
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
|
@@ -65,7 +65,7 @@ export interface ScanbotBarcodeCameraViewConfiguration extends FinderConfig, Bar
|
|
|
65
65
|
*/
|
|
66
66
|
barcodeFilter?: BarcodeFilter;
|
|
67
67
|
/**
|
|
68
|
-
* Enable or disable barcode
|
|
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;
|