Skip to content

Fade Screen Transition Breaks iOS Liquid Glass / Blur Effect on Navigation #109

@kaushaldarji29

Description

@kaushaldarji29

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.

Metadata

Metadata

Labels

bugSomething isn't workingiosiOS only

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions