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

A library to scan QR Codes in react.

Results 6 react-qr-scanner issues
Sort by recently updated
recently updated
newest added

Hi I recently did a yarn upgrade-interactive and for some unknown reason I got the 2.0 version proposed. Anyway, when running it via the following (what I consider to be...

This reverts da3057c which regressed #5 as reported in #38.

So, i am trying to run the package on a next JS app, and i get this error, some on know how to fix?

Getting following warnings while starting/building react project. I am using this version of package : "@yudiel/react-qr-scanner": "^2.0.0-beta.3" >WARNING in ./node_modules/@yudiel/react-qr-scanner/dist/esm/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from...

On a computer without cameras, the line `const cameraDevices = useDeviceList();` causes an uncaught runtime error "Requested device not found". IMO this should just create an empty array [].

Add customisation prop to add in custom components for various elements. Most notably "Loading..." text to add matching loading icons/spinners/text as rest of site. Can be extended to make it...