azimgd / shadowlist

60fps, high-performance list for React Native.
MIT License
90 stars 0 forks source link

Multi item layout #4

Closed Nadimkhan120 closed 1 month ago

Nadimkhan120 commented 1 month ago

hi @azimgd thanks for your effort for this project

I have a question to ask

Does this list support different height item, i have a screen when i need to show a header height of 50, a horizontal carousal, a section of some categories, then a horizontal list of items,

Earlier i used flashlist and flatlist but these are not working so well on android devices and scroll is laggay

azimgd commented 1 month ago

Hey, thanks for checking this out.

Does this list support different height item

That's where this library excels!

i have a screen when i need to show a header height of 50, a horizontal carousal, a section of some categories, then a horizontal list of items

You can definitely nest lists, both horizontal and vertical, and everything should work right out of the box.

Earlier i used flashlist and flatlist but these are not working so well on android devices and scroll is laggay

Both FlatList and FlashList have noticeable performance drawbacks. However, ShadowList currently works only on iOS. Check back within a week or two for the Android version.

Nadimkhan120 commented 4 weeks ago

@azimgd any idea about android release