Closed alexDevBR closed 1 year ago
Using the following on android:
const {props: cameraProps, highlights} = useBarcodeScanner({ fps: 5, scanMode: 'once', onBarcodeScanned: barcodes => { 'worklet'; console.log('scanned', barcodes) }, });
Everytime a barcode is scanned the callback gets called twice. with the same contents.
Using the following on android:
Everytime a barcode is scanned the callback gets called twice. with the same contents.