Skip to content

Commit 79b605a

Browse files
authored
TimelineList - fix InfinitList layout when switching btw days view (1 to 3) (#2237)
1 parent cb8d8d4 commit 79b605a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timeline-list/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ const TimelineList = (props: TimelineListProps) => {
162162
scrollViewProps={{
163163
onMomentumScrollEnd
164164
}}
165+
key={numberOfDays}
165166
/>
166167
);
167168
};

0 commit comments

Comments
 (0)