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

BorderBottomWidth and BorderRightWidth on iOS QR code

Open azanli opened this issue 7 years ago • 2 comments

This is just a very nit-picky aesthetic concern.. But is there a way to remove the thin border lines on the bottom and right sides of the QR code on iOS. Android's is borderless by default and I'd much rather prefer that look.

azanli avatar Feb 13 '18 18:02 azanli

screen shot 2018-05-16 at 10 00 37 am me too, how to remove borders

ChauVV avatar May 16 '18 03:05 ChauVV

Change this style: {margin:0;padding:0;} ===> {height:100%;width:100%;margin:0;padding:0;overflow:hidden;}

ygmtx avatar Aug 13 '18 03:08 ygmtx