mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-01-23 09:00:37 +00:00
Merge pull request #9 from fanwashere/master
Disable scrolling on WebView.
This commit is contained in:
commit
f4c595aad9
@ -26,6 +26,7 @@ var Canvas = React.createClass({
|
||||
underlayColor={'transparent'}
|
||||
style={this.props.style}
|
||||
javaScriptEnabled={true}
|
||||
scrollEnabled={false}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user