enable arrows on the calendar for date search flags (#2084)

This commit is contained in:
Dmitry Samuylov 2018-09-06 14:04:07 -04:00 committed by Elias Nahum
parent 57a2d3103d
commit b1dff8aa04

View file

@ -90,7 +90,7 @@ export default class DateSuggestion extends PureComponent {
futureScrollRange={0}
scrollingEnabled={true}
pagingEnabled={true}
hideArrows={true}
hideArrows={false}
horizontal={true}
showScrollIndicator={true}
onDayPress={this.completeMention}