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.
2 parents 96df278 + 79b605a commit bb2cafdCopy full SHA for bb2cafd
package.json
@@ -37,7 +37,7 @@
37
"memoize-one": "^5.2.1",
38
"prop-types": "^15.5.10",
39
"react-native-swipe-gestures": "^1.0.5",
40
- "recyclerlistview": "^3.0.5",
+ "recyclerlistview": "^4.0.0",
41
"xdate": "^0.8.0"
42
},
43
"devDependencies": {
src/timeline-list/index.tsx
@@ -162,6 +162,7 @@ const TimelineList = (props: TimelineListProps) => {
162
scrollViewProps={{
163
onMomentumScrollEnd
164
}}
165
+ key={numberOfDays}
166
/>
167
);
168
};
0 commit comments