stephy / CalendarPicker

CalendarPicker Component for React Native
807 stars 372 forks source link

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

Open MaskoMasko opened 4 months ago

MaskoMasko commented 4 months 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 4 months ago

Getting the same error.