We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f089a commit ab64308Copy full SHA for ab64308
src/timeline/Timeline.tsx
@@ -245,6 +245,7 @@ const Timeline = (props: TimelineProps) => {
245
ref={scrollView}
246
style={styles.current.container}
247
contentContainerStyle={[styles.current.contentStyle, {width: constants.screenWidth}]}
248
+ showsVerticalScrollIndicator={false}
249
{...scrollEvents}
250
>
251
<TimelineHours
0 commit comments