Web - ExpandableCalendar not collapsible
Description
Android & iOS works well with the ExpandableCalendar but in web the calendar appears expanded and not collapsible.
Expected Behavior
ExpandableCalendar should be initially collapsed and show the toggler knob on the bottom.
Observed Behavior
ExpandableCalendar is not initially collapsed and does not show the toggler knob on the bottom in web.
Environment
Reproducible Demo
import { CalendarProvider, ExpandableCalendar } from 'react-native-calendars';
export default () => {
return (
<CalendarProvider date={'2023-02-24'}>
<ExpandableCalendar />
</CalendarProvider>
);
};
Screenshots
Android

iOS

Web

Having the same issue here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It's still an issue
The same issue is on v1.1301.0. Also, the left and right arrows are not displayed.
i think the probleme is on the use of setnativeprops that is deprecated
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Nobody find workaround ?