react-native-calendars
react-native-calendars copied to clipboard
React Native Calendar Components 🗓️ 📆
when I scroll down or up so speedily it show me a blank screen I want to show the loader but I can't do it
See #2539 for explanation. Added `useEffect` to update styles when theme prop changes.
## Description When pressing a day ExpandableCalendar in the Week view, just after hiding the Month view, the calendar goes to other day. ## Expected Behavior It should go to...
## Description i am trying to use multi-period but the last days in the months are hiding. There is some way to change the height of the calendar ?? i...
Adds a new prop to Timeline to enable nested scrolling. I was trying to add the pull to refresh feature to a wrapper ScrollView on my calendar and noticed that...
Not getting any typing, intellisense or code completions in latest version of react-native-calendars
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and...
## Description When the `theme` prop or the values inside the `theme` object changes, calendar doesn't update the UI based on the new theme values. In my case, when the...
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and...
Updated the customHeader prop type from any to (props: CalendarHeaderProps) => React.ReactNode https://github.com/wix/react-native-calendars/issues/2535
## Description Custom Header prop does not have a type definition. Currently, the prop accepts any type. ``` customHeader?: any; ``` ## Expected Behavior The type should have a proper...