flash-calendar icon indicating copy to clipboard operation
flash-calendar copied to clipboard

The fastest React Native calendar 📆⚡

Results 6 flash-calendar issues
Sort by recently updated
recently updated
newest added

sometimes we get duplicate days, it's not consistent but it happens quit often, we're not using anything advanced. ```tsx const [selectedDate, setSelectedDate] = React.useState(() => toDateId(new Date())); { console.log(toDateId); }}...

Similar to Wix's Agenda component and my current calendar component, there's a possibility to show a week view strip that is expandable to a month view. Here's a demo of...

Hi @MarceloPrado, Thanks for this lovely package. Really solid work you did with this. I've encountered a possible bug for my use case. Basically, I have this fintech app am...

Please see: https://docusaurus.io/docs/search We need to support `cmd + k` searches in the docsite.

We should have an example demoing how to implement horizontal swipe.