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 6bb7e62 commit 405ec7aCopy full SHA for 405ec7a
src/calendar-list/index.tsx
@@ -117,7 +117,7 @@ class CalendarList extends Component<Props, State> {
117
onEndReachedThreshold: PropTypes.number,
118
/** Called once when the scroll position gets within onEndReachedThreshold */
119
onEndReached: PropTypes.func,
120
- /** Allows FlatList to be displayed on scrollView */
+ /** Enables nested scrolling for Android API level 21+ */
121
nestedScrollEnabled: PropTypes.bool
122
};
123
0 commit comments