We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3f11 commit 68287bbCopy full SHA for 68287bb
src/expandableCalendar/agendaList.tsx
@@ -176,7 +176,7 @@ const AgendaList = (props: AgendaListProps) => {
176
list?.current.scrollToLocation({
177
animated: true,
178
sectionIndex: sectionIndex,
179
- itemIndex: 0,
+ itemIndex: 1,
180
viewPosition: 0, // position at the top
181
viewOffset: (constants.isAndroid ? sectionHeight.current : 0) + viewOffset
182
});
0 commit comments