-
I am using node version 12.22.0 and my react is also more than 16 and using react-qr-reader recent version and I am getting this error while running my react app.
/usr/local/lib/node_modules/npmlin…
-
```js
function ByteData (data) {
this.mode = Mode.BYTE
if (typeof (data) === 'string') {
this.data = new TextEncoder().encode(data)
} else {
this.data = new Uint8Array(data)
}
…
-
## TL;DR
Crashes when navigate to a screen contains ``.
## Detail
Navigate to screen and render QRCode correctly the first time.
But, second time is crashing when move to the screen again.
…
-
From packages.json:
```js
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client",
"react-native-qrcode-scanner": "https://github.com/moaazsidat/react-native-qrcode-scanner",
…
-
m ERR! While resolving: demo@0.1.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm …
-
Hello,
I am trying use your code to qrcode scanner. But I got error when I assign into var.
Please see my code.
```
var QRCode = require('react-native-qrcode-kit/QRCodeScanner');
var QRCode = r…
-
I have the following code:
```js
const { Image } = useQRCode()
return (
{link}
)
```
which breaks with the following errors:
> Uncaught TypeError: Cannot rea…
ekkis updated
3 months ago
-
## Replication
Upgrade an react-admin application's ra-auth-cognito from v1.0.2 to to latest minor version (v1.1.0 at the time of this writing)
```package.json
"dependencies": {
"amazon-co…
rdok updated
9 months ago
-
When I'm trying to link react-native-qrcode-scanner nothing happens
### What's happening?
lapsio@linux-6o92 ~/D/P/P/W/h/hiveipam> yarn add react-native-camera
yarn add v1.13.0
[1/4] …
-
Hello everyone,
I'm using react-native-qrcode-scanner to scan qrcode and it work great. But I saw that it also can read barcodes given that react native camera can. My problem is that I've tried with…