Skip to content

Commit bb2cafd

Browse files
committed
Merge branch 'master' of github.com:wix/react-native-calendars into release
2 parents 96df278 + 79b605a commit bb2cafd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"memoize-one": "^5.2.1",
3838
"prop-types": "^15.5.10",
3939
"react-native-swipe-gestures": "^1.0.5",
40-
"recyclerlistview": "^3.0.5",
40+
"recyclerlistview": "^4.0.0",
4141
"xdate": "^0.8.0"
4242
},
4343
"devDependencies": {

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)