cssivision / react-native-qrcode

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

Making a QR Code with a VCard or .VCF format file #72

Open seanahrens opened 5 years ago

seanahrens commented 5 years ago

Does anyone know how to do it? I've set the formatted output as the value of the tag, but it doesn't seem to be recognized as a vcard file by readers.

freeboub commented 1 week ago

You just need to put vcard content as text inside the QRCode. I had to invert black and white colors to make the qrcode working with google lens. default color breaks google lens detection. (not sure about other scanners)