Skip to content

Commit c70e2ae

Browse files
committed
Set showsVerticalScrollIndicator to false
1 parent e20855e commit c70e2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QuickScrollList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class FastScroll extends React.Component {
123123
ref={this.createRef}
124124
onScroll={this.onScroll}
125125
onScrollEndDrag={this.onScrollEnd}
126+
showsVerticalScrollIndicator={false}
126127
/>
127128
<Animated.View
128129
style={[

0 commit comments

Comments
 (0)