PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
827 stars 160 forks source link

How to scroll To a specifc offset? #296

Open Dani-Boy92 opened 1 year ago

Dani-Boy92 commented 1 year ago

How can I scroll to a specific content offset? I tried to do it by reference, but I get the error that the function is undefined.

  listRef?.current?.scrollTo({
    y: HeaderHeight + ActionPanelHeight,
   animated: true,
    });