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.
1 parent 6cf12be commit e355194Copy full SHA for e355194
src/calendar-list/index.js
@@ -75,7 +75,7 @@ class CalendarList extends Component {
75
scrollEnabled: true,
76
removeClippedSubviews: Platform.OS === 'android',
77
keyExtractor: (item, index) => String(index),
78
- nestedScrollEnabled: false
+ nestedScrollEnabled: true
79
};
80
81
constructor(props) {
0 commit comments