feat(scanner): added in lanechecks

This commit is contained in:
2026-05-06 19:42:22 -05:00
parent e61038e004
commit 87803eed43
8 changed files with 3283 additions and 2479 deletions

View File

@@ -37,4 +37,7 @@ export const zebraScanner = {
): EmitterSubscription {
return scannerEmitter.addListener("barcodeScanned", callback);
},
disableScannerInput() {
ZebraScanner.disableScannerInput();
},
};