Skip to content
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

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 · 0 comments
Labels
bug a bug in one of the components

Comments

@renyufei8023
Copy link

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

No branches or pull requests

1 participant