react-qr-reader icon indicating copy to clipboard operation
react-qr-reader copied to clipboard

React component for reading QR codes from webcam.

Results 156 react-qr-reader issues
Sort by recently updated
recently updated
newest added

Now you can add styles object to your QrReader component as props.

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from...

Fixes a problem with multiple rear cameras on the latest android devices

Hi, the error object is empty when onError triggers when there is no camera present on the device. Is there any way to detect a lack of camera and give...

First, I initiate react-qr-reader with delay 3000. when user scan a code, I setState this delay to false to stop scanning and showing a dialog to user. when user press...

I was able to get the QR reader using the ios11-fix branch but for some reason it's no longer working. ios11-fix gives me "undefined is not an object (evaluating navigator.mediaDevices.getSupportedConstraints())....

Not sure if anybody is seeing this issue but I'll raise it here. We've been using this component in one of our departmental COVID contact tracing apps. We built a...

Hi Guys, I like your library a lot but the only problem is the appearance of a warning concerning the version of React. Indeed, if we want to switch to...

Hello. I'm trying to implement a QR code scanner, but it doesn't work on IOS. I found that I need to set `legacyMode` to `true` and call `openImageDialog` on the...