stephy / CalendarPicker

CalendarPicker Component for React Native
798 stars 371 forks source link

Next button skipping months on a vertical and scrollable calendar picker #391

Open MaskoMasko opened 1 month ago

MaskoMasko commented 1 month ago

Hello, I have an issue with going through months with next and previous button on a vertical and scrollable calendar. Next button just skips months and previous button doesn't even work. It's present on Android and iOS simulator. On iOS device works fine.

Versions: "react-native": "0.74.1", "react-native-calendar-picker": "^8.0.4"

Code: <CalendarPicker scrollable horizontal={false} />

Output:

Vikasyadav3935 commented 1 month ago

Getting the same error.