Prevent scrolling to top when data refetches in RTK query where sectionlist is used inside scrollview and scroll is disabled for sectionlist
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.