SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
308 stars 96 forks source link

Unable to use blocks with Different heights. ('itemHeight' property) #35

Open aithashi opened 4 years ago

aithashi commented 4 years ago

Capture01 Capture02

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!

SHISME commented 4 years ago

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

aithashi commented 4 years ago

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 👍