react-native-calendars
react-native-calendars copied to clipboard
React Native Calendar Components 🗓️ 📆
The purpose of this PR is to be able to use this library on the web. If you try the library locally or on a CodeSandbox, it works as a...
Hello -- I think I found a bug in the `AgendaList` due to the current key extraction. When I navigate back in the agenda, e.g. from a Monday to Sunday,...
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. The issue I was seeing is that...
ExpandableCalendar - fix - when calendar closed arrow press doesn't set the first day of the week (sets the dame day, e.g. Wednesday)
Hello, This is an update for https://github.com/wix/react-native-calendars/pull/482. Add prop onPressHeader on Header component. This is my first contribution, if I need to correct something say me, Thanks,
Don't be alert - many files but 97% only imports path changes. Move 'MarkedDates' type to `types` and change usage accordingly. Move `VelocityTracker` to the Agenda directory. Move all tools...
So this is a small one. All I did was replace some if else statements with conditional ternary operator to avoid redanduncy and also renamed a variable to describe itself...
## Description doing calendar with multi dot marking. selectedDayBackgroundColor and selectedDayTextColor not changing on day press no error messages ## Environment Please run these commands in the project folder and...