Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Barcode Type PDF417 but still scans CODE_128 #40

Open
aGORyan opened this issue May 14, 2019 · 2 comments
Open

Set Barcode Type PDF417 but still scans CODE_128 #40

aGORyan opened this issue May 14, 2019 · 2 comments

Comments

@aGORyan
Copy link

aGORyan commented May 14, 2019

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);
                }}
            />
@Hemanth1985
Copy link

I am facing the same issue,there seems to be a bug in library

@Rome96
Copy link

Rome96 commented Jan 27, 2022

I am facing the same issue,there seems to be a bug in library x2 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants