react native - Flatlist row with items of different size -




i using flatlist create grid of items containing images, videos, blogs , audios. there 2 columns in flatlist. have added button add dummy posts in flatlist. problem height of items. when add blog in flatlist , has text, images in , item beside . i.e image or video gets height of blog item. possible give variable height every item in row. on adding blog flatlist video item has taken height qual blog item.

screen shot of problem

according official document, when flatlist has multy cols, items should same height - masonry layouts not supported.

but think can try add wrapper view on each column item avoid rule. flatlist's height set on wrapper, item's height can still config you.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -