You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version of react-native-calendars, setting the ExpandableCalendar's initial position to "open" does not fully display the calendar. Only part of the calendar appears, and it seems to be cut off visually.
This issue can be reproduced using one of the existing examples provided in the repo — specifically, the TimelineScreen example.
This behavior was not present in a previous version (1.1307.0) where the calendar would correctly render in its fully expanded state when the initialPosition prop was set to Positions.OPEN.
Code Sample:
I just added the following to the example initialPosition={Positions.OPEN}
Description:
In the latest version of
react-native-calendars
, setting theExpandableCalendar
's initial position to"open"
does not fully display the calendar. Only part of the calendar appears, and it seems to be cut off visually.This issue can be reproduced using one of the existing examples provided in the repo — specifically, the
TimelineScreen
example.This behavior was not present in a previous version (
1.1307.0
) where the calendar would correctly render in its fully expanded state when theinitialPosition
prop was set toPositions.OPEN
.Code Sample:
I just added the following to the example
initialPosition={Positions.OPEN}
Please let me know if a fix or workaround is available for this regression.
The text was updated successfully, but these errors were encountered: