-
Notifications
You must be signed in to change notification settings - Fork 175
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
TabBar switching avoid rendering middle tabs #417
Labels
question
Further information is requested
Comments
@kashmiry have you find any solution ? |
+1 |
1 similar comment
+1 |
Here is my solution:
Turns out iOS does that automatically |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thank you to everyone contributing to the amazing work on this package.
I am encountering an issue and would appreciate any help or guidance.
Case:
I have three tabs: A, B, C. using
lazy
to avoid rendering all tabs.The issue:
When I press on Tab C from the tab bar, Tab B which is in between the tabs, is also initiated and rendered.
I would like Tab B to render only when I press on it or swipe to it.
Is there a solution or workaround for this behavior?
The text was updated successfully, but these errors were encountered: