### Problem A <CalendarList /> component with large days (month height > `const CALENDAR_HEIGHT = 360`) or variable sized months still has janky scrolling. Previously reported in #1881 but closed as stale. ### Solution Providing `maintainVisibleContentPosition` to the `FlatList` fixes this issue, at least in my case ```ts <CalendarList ... maintainVisibleContentPosition={{ minIndexForVisible: 0, }} /> ``` This is already a prop on `CalendarList`, inherited and not omitted from `FlatListProps`. ### Ask Update the component to pass through the `maintainVisibleContentPosition` prop. ### Jumping visualized https://github.com/user-attachments/assets/7afb89b7-e55f-4422-9b76-eb8951e0dbe8