How to prevent scrolling to top when sectionlist is used inside scrollview and scroll is disabled for sectionlist. I tried adding scrollToTop={false} to Scrollview but no luck. Its scrolls.
I am using RTK query and use refetch method to load more data.
How to prevent scrolling to top when sectionlist is used inside scrollview and scroll is disabled for sectionlist