react-native-barcode-scanner-google
react-native-barcode-scanner-google copied to clipboard
Set Barcode Type PDF417 but still scans CODE_128
I set barcodeType={BarcodeType.PDF417} and attempted to scan the back of a driver's license, but it is still scanning the CODE_128 barcode.
<BarcodeScanner
style={{ flex: 1 }}
barcodeType={
BarcodeType.PDF417
}
onBarcodeRead={({ data, type }) => {
Alert.alert("Barcode type " + type);
this.onBarCodeRead(data);
}}
/>
I am facing the same issue,there seems to be a bug in library
I am facing the same issue,there seems to be a bug in library x2 :(