cssivision / react-native-qrcode

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

Added fixed padded border around generated QR Code to improve read accuracy #47

Open akang opened 6 years ago

akang commented 6 years ago

I noticed that for some QR codes that are in a page with a background color (eg blue), the accuracy of the read is affected if there is no padded border around the QR code.

I just added a small 5px padding around the QR code. Hope you find it useful

thanks and keep up the good work!