MarceloPrado / flash-calendar

The fastest React Native calendar 📆⚡
https://marceloprado.github.io/flash-calendar/
MIT License
1.09k stars 33 forks source link

add ability to mark some days on the calendar #34

Closed karam1ashqar closed 5 months ago

karam1ashqar commented 6 months ago

can be called calendarMarkedDateIds and DayState of "marked" and behave like the current calendarDisabledDateIds and "disabled" DayState

MarceloPrado commented 5 months ago

For now, I'm afraid I won't build this feature - it goes against the first principle: Solve fewer needs better.

Adding marked day support adds new considerations such as:

For this feature, I'd suggest you to compose your own calendar as recommended by the docs here 🙂