Skip to content

Commit

Permalink
set scrollEnabled false
Browse files Browse the repository at this point in the history
  • Loading branch information
somonus committed Oct 21, 2016
1 parent c6c58d2 commit 6ee1269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/components/Echarts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default class App extends Component {
render() {
return (
<WebView
scrollEnabled = {false}
style={{
height: this.props.height || 400,
}}
Expand Down

0 comments on commit 6ee1269

Please sign in to comment.