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

React component for QR Scanning on web using Zxing library

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

When I run in development mode, everything works great. Once I switch to a production build, I start to get errors in an infinite loop the moment I render the...

So, I noticed the difference behavior in chrome android and safari iOS browsers. I have the next code ```js export const QRCodeScanner = ({ onDecode, onClose, onDecodeError }) => {...

bug

This happens when we use the computer's camera (and this library, in browser) to scan the QR code displayed on a mobile phone's screen, when the phone is set to...

bug

# Motivation Currently our library is using inline styling to set styles which is really wrong because it limits our users to change the QrReader UI to match their needs....

enhancement