modern-react-qr-reader
modern-react-qr-reader copied to clipboard
An easy to implement drop in React Component for QR Code Scanning using mobile phones.
Hello, I am wondering if this is capable to read multiple qr codes in an image ?
ReferenceError: Blob is not defined ReferenceError: Blob is not defined at createBlob (...\node_modules\modern-react-qr-reader\lib\createBlob.js:10:5) ```js {qrscan.toString()} ```
FacingMode only mirrors the camera instead of switching to environment in Samsung S22 android 13.
Hello, I can't read QRCodes with the **Samsung Galaxy10e** I have tested with 2 mobile phones of this model and it is the same thing with other models no problem...
componentWillReceiveProps is deprecated and throws an error in react 17.0.2 "react_devtools_backend.js:4061 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for...
Linking to this issue from the original repo: [https://github.com/JodusNodus/react-qr-reader/issues/214](https://github.com/JodusNodus/react-qr-reader/issues/214). Any plans to fix this?
I think by moving react from Dependencies to peerDependencies. This isssue can be solved
Not Found - GET https://registry.npmjs.org/@types%2fmodern-react-qr-reader - Not found
**cross posted on JodusNodus/react-qr-reader just in case** 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...
This is working nice thank you! But I am encountering a problem with the facingMode. On iOS it always takes the user camera first, even setting the facingMode to environment,...