You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As showing above, it works very nicely when all the blocks are of same height, But i'm trying to use blocks with different heights(one with 50% height and other with 25% height)
Here the problem is the props itemHeight={350}
of the componentis not dynamic for each blocks and if we remove this property it takes the width size as height by default.
Can you please suggest any of the workarounds for this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sorry, it's difficult to calculate when item have different height, if you only have one column in a row, i think maybe react-native-draggable-flatlist will help you
Sorry, it's difficult to calculate when item have different height, if you only have one column in a row, i think maybe react-native-draggable-flatlist will help you
Thanks @SHISME for your response and suggestion, will check that lib 👍
As showing above, it works very nicely when all the blocks are of same height, But i'm trying to use blocks with different heights(one with 50% height and other with 25% height)
Here the problem is the props
itemHeight={350}
of the componentis not dynamic for each blocks and if we remove this property it takes the width size as height by default.
Can you please suggest any of the workarounds for this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: