Skip to content

Commit 5a2190b

Browse files
authored
Update index.tsx
1 parent e1aac9b commit 5a2190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class CalendarList extends Component<CalendarListProps, State> {
111111
horizontal: false,
112112
scrollsToTop: false,
113113
scrollEnabled: true,
114-
removeClippedSubviews: Platform.OS === 'android',
114+
removeClippedSubviews: constants.isAndroid,
115115
keyExtractor: (_: any, index: number) => String(index),
116116
nestedScrollEnabled: true
117117
};

0 commit comments

Comments
 (0)