wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.45k stars 2.93k forks source link

Agenda: Automatically jump to previous month when its the 1st day of the month. #2489

Open hughyyyy opened 2 months ago

hughyyyy commented 2 months ago

It's simple: the calendar jumps to the previous month when the first date is selected.

For example: <Agenda ... selected={'2024-07-01'} />

Expected Behavior Calendar doesn't jump to previous month.

Environment "react-native-calendars": "^1.1304.1", "react": "18.2.0", "react-native": "0.73.6",

yasiragi commented 1 month ago

is there any update on this?