-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
All tab view of tabs are mounted once. #2197
Comments
Same here I had to move the I can show you the code if you need it Besides, we should have the option to not mount the components until we enter |
@giulianok |
@lazyhoneyant Use |
@aksonov |
Version
Tell us which versions you are using:
I have tabbar which have 4 tabs.
When I enter the first tab of tabbar, other tabs are mounted ( checked this in componentDidMount life cycle function)
Additionally, When I pressed another tab, old tab view component was not unmounted.
Is it normal behavior?
This makes App to call unnecessary API calls.
The text was updated successfully, but these errors were encountered: