mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Perf fix
This commit is contained in:
@ -87,6 +87,7 @@ export const EventCalendar: React.FC<EventCalendarProps> = React.memo(({ calenda
|
|||||||
<Calendar
|
<Calendar
|
||||||
bodyContainerStyle={styles.calHeader}
|
bodyContainerStyle={styles.calHeader}
|
||||||
swipeEnabled
|
swipeEnabled
|
||||||
|
enableEnrichedEvents
|
||||||
mode={mode}
|
mode={mode}
|
||||||
events={memoizedEvents}
|
events={memoizedEvents}
|
||||||
eventCellStyle={memoizedEventCellStyle}
|
eventCellStyle={memoizedEventCellStyle}
|
||||||
|
|||||||
Reference in New Issue
Block a user