diff --git a/components/calendar.js b/components/calendar.js index d3a9c44..3ab41df 100644 --- a/components/calendar.js +++ b/components/calendar.js @@ -77,6 +77,8 @@ class CalendarView extends Component { markedDates={markedDates} markingType={'custom'} theme={calendarTheme} + // Max amount of months allowed to scroll to the past. + pastScrollRange={120} /> )