cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 303 forks source link

QR Code appears to be overly complex for data entered. #73

Open seanahrens opened 5 years ago

seanahrens commented 5 years ago

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?

ncornejo commented 5 years ago

I have the same problem

SnehalAgrawal commented 4 years ago

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