cssivision / react-native-qrcode

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

Disable scrolling on WebView. #9

Closed fanwashere closed 8 years ago

fanwashere commented 8 years ago

The WebView is able to scroll, so if a user were to drag the QR code down, it would clip.

screen shot 2016-03-29 at 12 04 45 pm screen shot 2016-03-29 at 12 05 02 pm copy

Only added line to disable scrolling in the WebView.