Skip to content

Commit ab64308

Browse files
committed
Timeline - scrollview - remove scroll indicator
1 parent 47f089a commit ab64308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timeline/Timeline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ const Timeline = (props: TimelineProps) => {
245245
ref={scrollView}
246246
style={styles.current.container}
247247
contentContainerStyle={[styles.current.contentStyle, {width: constants.screenWidth}]}
248+
showsVerticalScrollIndicator={false}
248249
{...scrollEvents}
249250
>
250251
<TimelineHours

0 commit comments

Comments
 (0)