Home > Software design >  QR code generated but it is not scannable - React Native
QR code generated but it is not scannable - React Native

Time:03-03

I have generated QR code using

"react-native-qrcode-svg": "^6.1.2", "react-native-svg": "^12.1.1",

Generated QR Code is like this, Adjusted QR Code

The border around the image should have the width of the QRCode's pixel, so if the smallest square inside the image has 8×8px, then the border should have 8px too.

  • Related