react-native-calendar-strip
react-native-calendar-strip copied to clipboard
onWeekChanged getting called twice on changing week.
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.
Same here when scrollable is set to true