stephy / CalendarPicker

CalendarPicker Component for React Native
802 stars 371 forks source link

Swiper Bug #353

Open bercanozcan opened 1 year ago

bercanozcan commented 1 year ago

When the Swiper status is true, if a date is selected, it automatically reverts to the previous month.

anu-pri commented 1 year ago

This is happening for me as well.

av-dias commented 12 months ago

Happens the same or similiar with scrollable prop.

When scrollable is true it open the Calendar in the previous date. Scrolling left or right sometimes jumps the next month also.

jennyckaplan commented 8 months ago

+1

CyberExplosion commented 8 months ago

Also happening to me. Would love to see this fixed

peacechen commented 8 months ago

I'm not in a position to work on this library. As a community supported project, PRs are welcome. The simplest way to debug this project is to run the sample app: https://github.com/stephy/CalendarPicker?tab=readme-ov-file#sample-application

The modules would benefit from being rewritten with hooks. Class components are harder to optimize and tend to introduce more corner cases with re-rendering.