-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: Changing one tab triggers the build method of other tabs. #15
Comments
Hello, yes also to me it seems that there are too many rebuilds, all TabNavigators and all Views are rebuilt as well.
|
Got any solution for that? |
@shikharLogic yes. I got this excellent approach: https://stackoverflow.com/a/66404760/2328861 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I notice that changing 1 tab will trigger the build method of other tabs which is very bad for performance I think. For example, In
ColorsListPage
class, I added the log line in the build method, and when I change the tab I can see the build method of other tabs are called:The text was updated successfully, but these errors were encountered: