-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation issue with blurView #619
Comments
SAME HERE |
same here, when I use blur with position absolute and navigate to other screen, that screen(after navigating) is covered white foreground with some opacity |
This is hepping with me too in Android any luck? |
Same here |
Same here.. RN 0.74.2 iOS works fine. Android has this issue |
Facing the same issue. |
In my case, I use the BlurView with absolute position in a navigation bottom bar. When I navigate to the target view, the whole screen would disappear and just leave my APP on plain SplashScreen. I encounter this problem on Android 13 so far, and iOS is just fine.
So to save my day, I set a boolean state by a 1s timeout in useEffect. Now it seems alright. There's a bit of blur transition in the beginning, though that's fine for me.
It's a shame but I don't have time to investigate this problem on Android side. Hope that someone else find out the root cause and share here. |
Same here.. @react-native-community/blur version : 4.4.0 Android has this issue |
Has anyone managed to solve it somehow on Android? |
There is a discussion here: software-mansion/react-native-screens#1661 and what seems to solve the problem (but introduce a slight flicker) is using the setting: animation: 'slide_from_bottom', So far no "clean" solution that I know of. |
When i use Below Blurview component with position absolute then my StackNavigation slide animation is not working properly but when i remove position absolute then slide animation works fine but Blurview is not working.
The text was updated successfully, but these errors were encountered: