react-native-qrcode
react-native-qrcode copied to clipboard
BorderBottomWidth and BorderRightWidth on iOS QR code
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.
me too, how to remove borders
Change this style: {margin:0;padding:0;} ===> {height:100%;width:100%;margin:0;padding:0;overflow:hidden;}