cssivision / react-native-qrcode

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

a scrollbar on Web #58

Closed 1995hjh closed 5 years ago

1995hjh commented 6 years ago

The effect of code on the web side, like the following figure, will produce scrolling bars of X and Y axis. Is anyone helping me?

  <QRCode
                value={"123456"}
                size={150}
                bgColor={'black'}
                fgColor={'#F2F2F2'}/>

2018-06-21 17-13-43