react-native-calendar-kit icon indicating copy to clipboard operation
react-native-calendar-kit copied to clipboard

React Native Calendar component, fully implemented using @shopify/flash-list, react-native-gesture-handler and react-native-reanimated. Support pinch to zoom, drag and drop to create/update event.

Results 38 react-native-calendar-kit issues
Sort by recently updated
recently updated
newest added

Giving an error when I try to swipe to the left 4times and 3times to the right both android and ios ![image](https://github.com/howljs/react-native-calendar-kit/assets/109267775/531acd4c-8f8b-4089-bb11-54d0ef7e0beb)

I'm unable to find out how to set the standard hours to display as 1:00, 2:00, 3:00 pm instead of 13:00, 14:00, and so on. While I've seen some videos...

React Native Calendar Kit doesn't seem to handle allDay events, am i wrong?

Any shot anyone has a way to work around the reanimated 3+ migration? Currently blocking a big launch and I love what @howljs has done with this kit. If not...

Hi, Can you also figure out one urgent fix ? In current calendar function, we aren't able to add resources with that day. Can you please add extra param, so...

Hello, i want to show above the days the current month and year, i don't know if it is possible. ``` { const month = date.format('MMMM'); const year = date.format('YYYY');...

Hi, we're using your library in an expo project, but after they upgraded react-reanimated to the 3.0 version, we're no longer able to use your library, because there is a...

Hi folks, I'm working on an application that supports i18n, and I tried to implement calendar-kit. It looks fine on `LTR` but not on `RTL`. Here is screenshot for the...

First off, let me say that you have made a really incredible library here and it honestly performs fantastic in any other scenario that I've thrown at it. However, this...