Skip to content

Commit 6ee1269

Browse files
committed
set scrollEnabled false
1 parent c6c58d2 commit 6ee1269

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-echarts",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "echarts for react-native",
55
"main": "src/index.js",
66
"directories": {

src/components/Echarts/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default class App extends Component {
77
render() {
88
return (
99
<WebView
10+
scrollEnabled = {false}
1011
style={{
1112
height: this.props.height || 400,
1213
}}

0 commit comments

Comments
 (0)