react-native-calendars
react-native-calendars copied to clipboard
React Native Calendar Components 🗓️ 📆
The Agenda doesnt show any items when the currently selected date doesnt have any:  However, when the selected day has an item, it will show all items from this...
Hi guys, does anyone know why this happens? The selected date is the 3rd of Jan however in the week view January is blurred, where as December is highlighted in...
Like the title says. With font size 24:  with default font size:  Not an issue on iOS
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
This PR introduces support for configuring custom time intervals (e.g., 10, 15, 20 minutes, or any other duration) and automatically adjusts cell sizes based on the specified period. Fixes https://github.com/wix/react-native-calendars/issues/2544...
Description: When the calendar is manually expanded using the knob (via toggleCalendarPosition(true)), tapping a date (either directly or via chooseDay(...)) causes the calendar to collapse unexpectedly, even though no collapse...
I am displaying a calendar view as shown in the code example below: ```javascript renderCalendarArrow(direction)} // hide extra days of other months within currently visible month on calendar hideExtraDays={true} theme={{...
After release "1.1311.0" I tried to use `disableAutoDaySelection={ExpandableCalendar.navigationTypes.WEEK_SCROLL,}` prop and it works great, but causes unexpectable behaviour of WeekCalendar component. 1) When I swipe a week before or after current...
### Description This PR adds an onScroll prop to the Timeline component, exposing the native scroll event from the internal ScrollView. ### Changes - Added an optional onScroll prop to...
Kept command in line with text order for the arrows ie onPressX instead of onXPress This is useful so I can implement a new component to select the month /...