Open feierlaolao opened 2 days ago
looks related to https://github.com/software-mansion/react-native-reanimated/issues/6659
It only happens on new arch, right?
Im my app the workaround was to use useWindowDimensions
and useHeaderHeight
to manually set container height and width (don't use flex). I'm mostly set on waiting for the issue above to be addressed though.
Yes, there is a problem with the latest version I am using. After I posted it on discord, the official reply said that it is actively dealing with it and it will probably take a while.
Minimal reproducible example
https://github.com/feierlaolao/test
Which package manager are you using? (Yarn is recommended)
npm
If the issue is web-related, please select the bundler (
web.bundler
in theapp.json
)metro
Summary
Only in ios, the nested route jump page jitters, and clicking the button also causes jitter
If you hide the header, there will be no jumping. It is suspected to be a rendering problem of the header.
Using the latest expo 52 version and the latest expo-router v7 navigation ,There is no problem with version 51 and v6 navigation
https://github.com/user-attachments/assets/f2d92f10-7b2a-4691-a325-275d85568f27
https://github.com/user-attachments/assets/35eca34c-e7b2-4436-a7f0-0e2a75ccc1eb
Environment