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'm encountering an issue while implementing the following code:
RouterView(addNavigationView: true) { router in
TabBarView()
}
The problem is that whenever I perform any push or pop operation, the TabBarView() is being rebuilt, causing all the views within TabBarView() to rebuild as well. This is impacting performance and causing unnecessary reinitialisation.
Could you please help me resolve this?
The text was updated successfully, but these errors were encountered:
Hi, I'm encountering an issue while implementing the following code:
The problem is that whenever I perform any push or pop operation, the
TabBarView()
is being rebuilt, causing all the views withinTabBarView()
to rebuild as well. This is impacting performance and causing unnecessary reinitialisation.Could you please help me resolve this?
The text was updated successfully, but these errors were encountered: