Flipkart / recyclerlistview

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

Scroll to item/index with view offset #595

Open IoanaBdn opened 3 years ago

IoanaBdn commented 3 years ago

I am using a recycler list view with sticky tabs that sends to a specific category in the list, the problem is that when I am using scrollToItem or scrollToIndex it scrolls under the tabs so the item is not fully visible, I wonder is there any posibility to scroll with an offset. I am using the StickyContainer for sticking the tabs.

prayaslashkari commented 2 years ago

@IoanaBdn did you find any solution to this?

Dani-Boy92 commented 2 years ago

@callmemonky @IoanaBdn any solution / workaround to that?