BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
933 stars 325 forks source link

onWeekChanged getting called twice on changing week. #288

Open HamzaIkram20 opened 3 years ago

HamzaIkram20 commented 3 years ago

Whenever I change the week by icons or by scrolling, onWeekChanged is getting called twice with wrong start and end dates for the first time, if I swipe in the same month and thrice if I swipe in a week overlapping two months. Actual behaviour should be that on week changed getting called only once with start and end being the dates displayed.

Mani1124 commented 2 years ago

Same here when scrollable is set to true