Skip to content

Commit 11f2d1b

Browse files
committed
fix: onDayLongPress does not exist on CalendarList
1 parent 2b06674 commit 11f2d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/calendar-list/item.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class CalendarListItem extends Component {
3030
markingType={this.props.markingType}
3131
hideDayNames={this.props.hideDayNames}
3232
onDayPress={this.props.onDayPress}
33+
onDayLongPress={this.props.onDayLongPress}
3334
displayLoadingIndicator={this.props.displayLoadingIndicator}
3435
minDate={this.props.minDate}
3536
maxDate={this.props.maxDate}

0 commit comments

Comments
 (0)