Examples use the React Native
Calendar; most props are shared with the dom renderer, and the
dom vs native comparison lists what differs per renderer.mode="schedule" renders a flat agenda: events sorted by start time and
grouped under a date header per day, with no time grid. It’s the “what’s
coming up” view.
Rows and headers
- Date headers announce the day; today’s header is highlighted (or the
activeDateyou pass).onPressDaymakes headers tappable. onPressEvent/onLongPressEventfire for rows;renderEvent(orrenderScheduleEventon the domCalendar) replaces the row’s card.allDayLabelsets the text shown instead of a time range for all-day events.itemSeparatorComponent(React Native) draws between rows.- An empty list renders a “No events” placeholder.
dayHeader, eventRow,
and empty slots, or the theme.