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

duplicate days.

Open m-reda1996 opened this issue 2 months ago • 13 comments

sometimes we get duplicate days, it's not consistent but it happens quit often, we're not using anything advanced.


  const [selectedDate, setSelectedDate] = React.useState(() => toDateId(new Date()));
  
<Calendar
  calendarMonthId={currentMonth}
  onCalendarDayPress={(toDateId) => {
    console.log(toDateId);
  }}
  theme={process.env.EXPO_PUBLIC_PRIMARY_DEFAULT === "#EEEEDE" ? linearThemeDark : linearThemeLight}
  />                 
Screenshot 2024-04-16 at 10 35 19 PM Screenshot 2024-04-16 at 10 38 44 PM

m-reda1996 avatar Apr 16 '24 20:04 m-reda1996