Skip to content

Commit 07c26a2

Browse files
committed
ExpandableCalendar - fix passing 'current'
1 parent 3a84982 commit 07c26a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expandableCalendar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ const ExpandableCalendar = (props: ExpandableCalendarProps) => {
560560
markedDates={_markedDates}
561561
theme={themeObject}
562562
ref={calendar}
563-
// current={date}
563+
current={date}
564564
onDayPress={_onDayPress}
565565
onVisibleMonthsChange={onVisibleMonthsChange}
566566
pagingEnabled

0 commit comments

Comments
 (0)