new arch,react navigation bootom-tabs and react-native-ui-lib/Tabbar,If tabbar is used to switch views, it will cause duplicate rendering of the page #3315
Labels
bug
a bug in one of the components
Description
I am currently using react navigation as my navigation, and the root view is react navigation's bootom tabs. If the bootom tabs page uses react native ui lib's TabbarControllers and Tabbars, when jumping to page A, it will cause the page to be repeatedly rendered, and the only layout of page A will be called continuously, outputting different heights. If the Tabbar is removed, the only layout will not be called continuously. I think this is related to the reanimated library. If I replace reanimated with 3.5.4, there will be no such problem
Related to
Steps to reproduce
Expected behavior
Actual behavior
More Info
Code snippet
Screenshots/Video
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: