Skip to content

Commit e1aac9b

Browse files
authored
set nestedScrollEnabled to true like default value in scrollview
1 parent 05ba2db commit e1aac9b

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
@@ -113,7 +113,7 @@ class CalendarList extends Component<CalendarListProps, State> {
113113
scrollEnabled: true,
114114
removeClippedSubviews: Platform.OS === 'android',
115115
keyExtractor: (_: any, index: number) => String(index),
116-
nestedScrollEnabled: false
116+
nestedScrollEnabled: true
117117
};
118118

119119
style: any;

0 commit comments

Comments
 (0)