Skip to content

Commit

Permalink
refactor(module): set showsHorizontalScrollIndicator to false
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-arc committed May 15, 2017
1 parent aea888d commit 353f58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ export default class Carousel extends Component {
<ScrollView
decelerationRate={enableMomentum ? 0.9 : 'normal'}
scrollEventThrottle={100}
showsHorizontalScrollIndicator={false}
overScrollMode={'never'}
{...this.props}
ref={(scrollview) => { this._scrollview = scrollview; }}
Expand Down

0 comments on commit 353f58b

Please sign in to comment.