Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.21k stars 426 forks source link

StickyHeaders are not very smooth #309

Open osdnk opened 5 years ago

osdnk commented 5 years ago

While scrolling I see that headers ale dropping frames on sticking. Can't it be done more smoothly using Animated and native drivers?

ananyachandra14 commented 5 years ago

Yes we'll eventually be using native drivers but for our V0 release our effort was to keep it cross-platform and compatible with web as well. Regardless it shouldn't be dropping frames. Can you share an expo project so I can have a look at it?