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.
2 parents ea43f12 + 11f2d1b commit 73d2ea0Copy full SHA for 73d2ea0
src/calendar-list/item.js
@@ -30,6 +30,7 @@ class CalendarListItem extends Component {
30
markingType={this.props.markingType}
31
hideDayNames={this.props.hideDayNames}
32
onDayPress={this.props.onDayPress}
33
+ onDayLongPress={this.props.onDayLongPress}
34
displayLoadingIndicator={this.props.displayLoadingIndicator}
35
minDate={this.props.minDate}
36
maxDate={this.props.maxDate}
0 commit comments