Skip to content

Commit 39142c8

Browse files
nitzanyizInbal-Tish
authored andcommitted
Removed hidden for accessible calendar (#2642)
* Removed hidden for accessible calendar * Removed screen reader patch and set onHeaderLayout to calendar * Remove screenReaderEnabled dependency from containerStyle calculation * Fix formatting issue in containerStyle calculation
1 parent a56f046 commit 39142c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/expandableCalendar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ const ExpandableCalendar = forwardRef<ExpandableCalendarRef, ExpandableCalendarP
633633
testID={`${testID}.calendarAccessible`}
634634
{...others}
635635
theme={themeObject}
636+
onHeaderLayout={onHeaderLayout}
636637
onDayPress={_onDayPress}
637638
hideExtraDays
638639
renderArrow={_renderArrow}

0 commit comments

Comments
 (0)