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.
1 parent 2b06674 commit 11f2d1bCopy full SHA for 11f2d1b
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