-
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
[Bug] Tab icons mounted twice #2576
Comments
Same error but we don't know whether the error belons to react nativation or this repository. |
I can't reproduce it with Example project. I added logging to TabView.js and see exactly 5 statements. |
Looks like the issue not in RNRF (because it doesn't mount/render scenes at all):react-navigation/react-navigation#476 |
Same issue here. rebuild my whole setup with react-navigation. No issue. Here is the issue, assume the following structure:
and now navigate to tabbar or to home. and you will see |
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists |
TabIcon function is called twice for each Scene. react: 16.4.1 Tested for all react-native-router-flux: 4.0.0-beta.31, 4.0.0-beta.40, and the latest version - 4.0.6 |
Same issue here. |
I am facing a similar issue. is there a simple workaround? |
Version
Tell us which versions you are using:
Expected behaviour
5 tabs mounted only once.
Actual behaviour
5 tabs mounted twice.
The text was updated successfully, but these errors were encountered: