Sep 2, 2018 · 1 min read
Hi, This example is one scrollview containing both tabs’ items whereas the real use case is two scrollviews containing each of the tab items. This helps maintain scroll position on each tab.
The problem that arises in the case of having two scrollviews is that when switching to other tabs the scroll value changes to the new offset and navbar shows a rash behavior.
Any thought on handling this?