Bug Description
The issue occurs only when using the fade transition animation in React Navigation.
When navigating to the screen with:
animation: "fade"
the iOS liquid glass / blur effect disappears or stops rendering correctly.
With the default transition animation, the blur effect works properly.
Environment
{
"@react-navigation/stack": "7.8.11",
"@react-navigation/native": "7.2.2",
"@sbaiahmed1/react-native-blur": "^4.6.1"
}
Expected Behavior
The liquid glass / blur effect should remain visible and render correctly while using the fade transition animation.
Actual Behavior
Using animation: "fade" causes the blur/liquid glass effect to disappear during or after navigation transition.
Bug Description
The issue occurs only when using the fade transition animation in React Navigation.
When navigating to the screen with:
animation: "fade"
the iOS liquid glass / blur effect disappears or stops rendering correctly.
With the default transition animation, the blur effect works properly.
Environment
{
"@react-navigation/stack": "7.8.11",
"@react-navigation/native": "7.2.2",
"@sbaiahmed1/react-native-blur": "^4.6.1"
}
Expected Behavior
The liquid glass / blur effect should remain visible and render correctly while using the fade transition animation.
Actual Behavior
Using animation: "fade" causes the blur/liquid glass effect to disappear during or after navigation transition.