mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-02-02 13:53:48 +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'}
|
underlayColor={'transparent'}
|
||||||
style={this.props.style}
|
style={this.props.style}
|
||||||
javaScriptEnabled={true}
|
javaScriptEnabled={true}
|
||||||
|
scrollEnabled={false}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user