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

Can I read barcode from an image in gallery using QRreader(path)? #40

Open
dhawalsonawane opened this issue Jan 8, 2020 · 1 comment

Comments

@dhawalsonawane
Copy link

dhawalsonawane commented Jan 8, 2020

I want to read barcode from an image in gallery. I am using react-native-image-picker to read from gallery and pass the path to QRreader, but it returns error "Not a valid QR".

QRreader(path) .then((data) => { console.log("Code: ", data); }) .catch((err) => { console.log(err); });

Can this be done using this library?
If not, can you suggest any other option?

@mohammed-alsiddeeq
Copy link

@dhawalsonawane Did you came up with any thing?
same issue here

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

2 participants