react-qr-reader
react-qr-reader copied to clipboard
React component for QR Scanning on web using Zxing library
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 }) => {...
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...
# 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....