Skip to content

Commit

Permalink
Added contentContainerStyle prop to CalendarList (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFlash10 authored Sep 18, 2024
1 parent 7bc7398 commit 5e422ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calendar-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const CalendarList = (props: CalendarListProps & ContextProp, ref: any) => {
onMomentumScrollBegin,
onMomentumScrollEnd,
/** FlatList props */
contentContainerStyle,
onEndReachedThreshold,
onEndReached
} = props;
Expand Down Expand Up @@ -328,6 +329,7 @@ const CalendarList = (props: CalendarListProps & ContextProp, ref: any) => {
onMomentumScrollEnd={onMomentumScrollEnd}
onScrollBeginDrag={onScrollBeginDrag}
onScrollEndDrag={onScrollEndDrag}
contentContainerStyle={contentContainerStyle}
/>
{renderStaticHeader()}
</View>
Expand Down

1 comment on commit 5e422ec

@SulaimanAlbulaihy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this released ?

Please sign in to comment.