CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

Next button skipping months on a vertical and scrollable calendar picker

Open MaskoMasko opened this issue 7 months ago • 1 comments

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:

MaskoMasko avatar Jul 15 '24 21:07 MaskoMasko