react-native-qrcode icon indicating copy to clipboard operation
react-native-qrcode copied to clipboard

QR Code appears to be overly complex for data entered.

Open seanahrens opened this issue 6 years ago • 2 comments

I'm generating a QR code using this package that is a MeCard (kind of like a VCard, but even more basic).

I would anticipate a fairly basic QR code to be generated, but instead, it's a very detailed QR code probably difficult to read in low light. I see 16 orientation squares.

The number of characters in the value string is under 100.

Any one have any clues?

seanahrens avatar Mar 30 '19 01:03 seanahrens

I have the same problem

ncornejo avatar May 03 '19 22:05 ncornejo

Updated Generation of QR Code in React Native to react-native-qrcode-svg

SnehalAgrawal avatar Dec 06 '19 18:12 SnehalAgrawal