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 e355194 commit 281c9d6Copy full SHA for 281c9d6
src/calendar-list/index.js
@@ -60,7 +60,7 @@ class CalendarList extends Component {
60
onEndReachedThreshold: PropTypes.number,
61
/** Called once when the scroll position gets within onEndReachedThreshold */
62
onEndReached: PropTypes.func,
63
- /** To put directly in flatList */
+ /** Allows FlatList to be displayed on scrollView */
64
nestedScrollEnabled: PropTypes.bool
65
};
66
0 commit comments