diff --git a/index.js b/index.js index fe7c315..a379075 100644 --- a/index.js +++ b/index.js @@ -144,6 +144,7 @@ var ScrollingMenu = function (_Component) { ref: 'scrollView', style: styles.scrollBar, horizontal: true, + showsHorizontalScrollIndicator: false, onContentSizeChange: function onContentSizeChange(contentWidth, contentHeight) { _this2.setState({ contentWidth: contentWidth }); } diff --git a/src/index.js b/src/index.js index 6dbae88..0b40d30 100644 --- a/src/index.js +++ b/src/index.js @@ -107,6 +107,7 @@ class ScrollingMenu extends Component { ref='scrollView' style={styles.scrollBar} horizontal={true} + showsHorizontalScrollIndicator={false} onContentSizeChange={(contentWidth, contentHeight) => { this.setState({contentWidth}) }}