Skip to content

Commit e355194

Browse files
committed
default to true
1 parent 6cf12be commit e355194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar-list/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CalendarList extends Component {
7575
scrollEnabled: true,
7676
removeClippedSubviews: Platform.OS === 'android',
7777
keyExtractor: (item, index) => String(index),
78-
nestedScrollEnabled: false
78+
nestedScrollEnabled: true
7979
};
8080

8181
constructor(props) {

0 commit comments

Comments
 (0)