AgendaList
Agenda list component for the ExpandableCalendar
component.
(code example)
info
This component extends FlatList props.
NOTE: This component should be wrapped with CalendarProvider
component.
API​
theme​
Specify theme properties to override specific styles for calendar parts
ThemedayFormat​
Day format in section title. Formatting values: http://arshaw.com/xdate/#Formatting
stringdayFormatter​
A function to custom format the section header's title
(arg0: string) => stringuseMoment​
Whether to use moment.js for date string formatting
booleanmarkToday​
Whether to mark today's title with the 'Today, ...' string
booleanavoidDateUpdates​
Whether to block the date change in calendar (and calendar context provider) when agenda scrolls
booleanscrollToNextEvent​
Whether to enable scrolling the agenda list to the next date with content when pressing a day without content
booleanviewOffset​
Offset scroll to the section
numbersectionStyle​
The style passed to the section view
ViewStyle