Skip to content

Commit 405ec7a

Browse files
committed
update comment nestedScrollEnabled props
1 parent 6bb7e62 commit 405ec7a

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
@@ -117,7 +117,7 @@ class CalendarList extends Component<Props, State> {
117117
onEndReachedThreshold: PropTypes.number,
118118
/** Called once when the scroll position gets within onEndReachedThreshold */
119119
onEndReached: PropTypes.func,
120-
/** Allows FlatList to be displayed on scrollView */
120+
/** Enables nested scrolling for Android API level 21+ */
121121
nestedScrollEnabled: PropTypes.bool
122122
};
123123

0 commit comments

Comments
 (0)