Skip to content

Fix/grid list padding issue #2982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 17, 2024
Merged

Fix/grid list padding issue #2982

merged 3 commits into from
Mar 17, 2024

Conversation

ethanshar
Copy link
Collaborator

Description

Fix GridList issue when it's being rendering in another flat list
The issue is with React Native that for some reason the contentContainerStyle of the inner flatlist (in our case the GridList) doesn't take effect
Also, I fixed some typing issue with GridListItem's itemSize prop

Changelog

GridList fixes - fix GridListItem type and issue with GridList rended inside a FlatList

Additional info

Copy link
Contributor

@adids1221 adids1221 left a comment

Choose a reason for hiding this comment

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

Approved

@adids1221 adids1221 merged commit bbeb393 into master Mar 17, 2024
@adids1221 adids1221 deleted the fix/GridList_paddingIssue branch March 17, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants