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
Hi,
I was wondering how to work with Tabbar when I want each tab to show data which is fetched from server.
Now all tabs are mounted at once which is not a desired behavior for me.
I want to lazy load data for screens.
Do you have any idea how to do that? I went through the source code and I could not find place where tabs are iterated and rendered at once.
Is there any event or callback when the tab is picked from tabbar?