On android when scrolling down, the header basically runs at 10fps
Does anyone have the issue when scrolling down, the header has really low fps on android? after the header collapsed completely, it scrolls just fine
Yes
It happens on react native 0.79.5, with expo 53.0.0, new arch enabled
same issue
same issue, need help
same
Is it solved ? I had this problem on react native 0.79.6, with expo 53.0.0, new arch enabled
I downgraded to version 7.0.1, and it looks better to me
Exactly the same issue - 0.79.6, with expo 53.0.0, new arch enabled.
same
downgraded react-native-collapsible-tab-view to 7.0.1 and react-native-reanimated to 3.16.7 ,and it looks better to me ,thanks @FelipeSchiavini
facing header is flickering on android when switch tabs and then scroll up or down immediately
applying the latest Reanimated performance guide from the docs seems to fix this issue for me https://docs.swmansion.com/react-native-reanimated/docs/guides/performance
It’s also mentioned here: https://github.com/software-mansion/react-native-reanimated/issues/7460
In my case, it solved the performance problems, although enabling the feature flags caused some new issues with FlashList and a few animations behaving oddly — but maybe that won’t happen for everyone