Skip to content

Commit

Permalink
hide scroll indicator on header
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnm committed Aug 30, 2020
1 parent d37e629 commit 6605681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WeekView/WeekView.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default class WeekView extends Component {
onEventPress,
events,
hoursInDisplay,
onGridClick
onGridClick,
} = this.props;
const { currentMoment } = this.state;
const times = this.calculateTimes(hoursInDisplay);
Expand All @@ -211,6 +211,7 @@ export default class WeekView extends Component {
<ScrollView
horizontal
pagingEnabled
showsHorizontalScrollIndicator={false}
scrollEnabled={false}
automaticallyAdjustContentInsets={false}
ref={this.headerRef}
Expand Down

0 comments on commit 6605681

Please sign in to comment.