react-native-qrcode
react-native-qrcode copied to clipboard
QR Code appears to be overly complex for data entered.
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?
I have the same problem
Updated Generation of QR Code in React Native to react-native-qrcode-svg