Skip to content

Commit 5e422ec

Browse files
authored
Added contentContainerStyle prop to CalendarList (#2523)
1 parent 7bc7398 commit 5e422ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/calendar-list/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const CalendarList = (props: CalendarListProps & ContextProp, ref: any) => {
9999
onMomentumScrollBegin,
100100
onMomentumScrollEnd,
101101
/** FlatList props */
102+
contentContainerStyle,
102103
onEndReachedThreshold,
103104
onEndReached
104105
} = props;
@@ -328,6 +329,7 @@ const CalendarList = (props: CalendarListProps & ContextProp, ref: any) => {
328329
onMomentumScrollEnd={onMomentumScrollEnd}
329330
onScrollBeginDrag={onScrollBeginDrag}
330331
onScrollEndDrag={onScrollEndDrag}
332+
contentContainerStyle={contentContainerStyle}
331333
/>
332334
{renderStaticHeader()}
333335
</View>

0 commit comments

Comments
 (0)