react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

BlurView inside DrawerNavigator sometimes has "white" backgroundColor on Android devices

Open ahmetberkinc opened this issue 4 years ago • 12 comments

Hello, I am trying to create a blurred drawer by adding a blurView into the drawerNavigator. Most of the time it works properly as I show in the picture.

Screenshot_850

Sometimes when I navigate to another page and use navigation.goBack() to return main screen it has a "white" background at Android. I do not encounter this situation on IOS devices.

Screenshot_851

Used Versions: "@react-native-community/blur": "3.6.1", "@react-navigation/drawer": "^5.10.6", "react-native": "0.63.3",

ahmetberkinc avatar May 22 '21 11:05 ahmetberkinc

Similar behavior happens to me as well. I didn't create a new issue since this feels similar to my case. In my case, when I edit the BlurView to have white-ish background (#fffa), it gets applied, but when I close app completely and launch again, background becomes pure white. I just use this in a screen like a View component.

Package versions:

{
  "@react-native-community/blur": "^3.6.0",
  "react-native": "0.64.1",
}

onderbakirtas avatar Jul 01 '21 11:07 onderbakirtas

Same issue with a usage in react-navigation v5, if i go back from a screen containing a Blurview., the whole app have a kind of white layer on top.

xD3CODER avatar Jul 09 '21 18:07 xD3CODER

Same issue! Does anyone have a solution? { "@react-native-community/blur": "^3.6.0", "react-native": "0.64.1", }

bamau avatar Jul 16 '21 17:07 bamau

I also ran into this problem. When switching to another screen the blur overlaps with the color. overlayColor="transparent" does not solve the problem

maisterr avatar Jul 17 '21 20:07 maisterr

I have the exact same issue, if I will open a new page, and close it, the initial screen is blurred.

martin-richter-uk avatar Jul 21 '21 14:07 martin-richter-uk

Hi all,

When I opened this issue, I didn't think that a similar situation might have happened to others. Looks like I'm not alone and we're all having the same problem.

@Kureev, Could you please share your thoughts about this issue.

ahmetberkinc avatar Jul 26 '21 16:07 ahmetberkinc

same issue here guys i use blurview as a backgroundImage of TabbarNavigator it has very weird things sometimes it lags and still shows what was under it , and sometimes it is showing w white background until i quit and back again. any solutions please ?

w4t3r-45 avatar Jul 18 '22 22:07 w4t3r-45

Same here, probably just going to have to disable the blur on Android since I have to get this release out. Would appreciate any solutions for subsequent builds, thank you!

SaraChicaD avatar Dec 03 '22 19:12 SaraChicaD

Came here to post this -- causing a terrible bug when navigating within a nativestacknavigator

NicholasBoccuzzi avatar Apr 07 '23 00:04 NicholasBoccuzzi

+1

rafael-fecha avatar Jun 19 '23 10:06 rafael-fecha

this issue does not look recent, do you have any news here @Kureev ? animations from the react native stack navigator together with the blur view on android just makes really weird effects when navigating through screens. if i add animationdisabled for the stack screens it works great, so its definitely something coliding between those two

rafael-fecha avatar Jun 22 '23 14:06 rafael-fecha

Same issue "@react-native-community/blur": "^4.3.2", "react-native": "0.71.2",

naveene1 avatar Oct 27 '23 03:10 naveene1