You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a Tab controller, in the old version below 6.2.2, you could let all the tabs loaded, if they were not mounted (on screen), so when you swiped, they would be visible. Now there is about a 5-10 second delay on when the tab content is viewable, and then whenever you swipe, it's lazy loaded and takes some time to load in, even though the data is already there. Downgrading to 6.2.2 makes this work again, but I needed to upgraded to 8.0.01 to fix the issue of Tabs.FlashList not showing up on Android (due to the height and width).
Is there a way to have the same behavior as 6.2.2, where all tabs are mounted even if they are not visible?