set scrollEnabled false

This commit is contained in:
somonus 2016-10-21 18:37:32 +08:00
parent c6c58d2442
commit 6ee1269df5
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "native-echarts",
"version": "0.1.0",
"version": "0.1.1",
"description": "echarts for react-native",
"main": "src/index.js",
"directories": {

View File

@ -7,6 +7,7 @@ export default class App extends Component {
render() {
return (
<WebView
scrollEnabled = {false}
style={{
height: this.props.height || 400,
}}