You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open
5 tasks
renyufei8023 opened this issue
Oct 16, 2024
· 1 comment
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
Components
Demo
Docs
Typings
Steps to reproduce
Expected behavior
Actual behavior
More Info
Code snippet
Screenshots/Video
Environment
React Native version:0.74.5
React Native UI Lib version:7.28.0
React Native Reanimated:3.15.3
Affected platforms
iOS
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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: