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
After upgrading to RN 0.76 we are facing some issues with the ScrollViewWithHeaders. After navigate to another tab in a bottom tab bar and go back to the previous screen.
The center header view works properly until we navigate and go back, so it disappear.
This was working fine before we upgrade the RN
Reproduction
Screen.Recording.2025-01-27.at.15.04.22.mov
On the video you can see the Center Header being displayed properly when we scroll down, and right after I navigate to other screen and return to the previous screen, doing that the Title View is not being rendered anymore.
Expected behavior
When we come back to the previous screen, the center header should be there.
Actual behavior
Header center not being displayed
Environment
react-native-header
v0.13.0
Platform & OS (if applicable)
iOS
Device (if applicable)
iPhone 15
react-native-reanimated
v3.16.3
react-native-safe-area-context
v5.1.0
Additional Information
In the Header component if you change the value of headerCenterFadesIn to false save and return to the previous value, the transition starts to work again, what makes me think that could be a run time issue.
Description
After upgrading to RN 0.76 we are facing some issues with the
ScrollViewWithHeaders. After navigate to another tab in a bottom tab bar and go back to the previous screen.The center header view works properly until we navigate and go back, so it disappear.
This was working fine before we upgrade the RN
Reproduction
Screen.Recording.2025-01-27.at.15.04.22.mov
On the video you can see the Center Header being displayed properly when we scroll down, and right after I navigate to other screen and return to the previous screen, doing that the Title View is not being rendered anymore.
Expected behavior
When we come back to the previous screen, the center header should be there.
Actual behavior
Header center not being displayed
Environment
Additional Information
In the
Headercomponent if you change the value ofheaderCenterFadesIntofalsesave and return to the previous value, the transition starts to work again, what makes me think that could be a run time issue.