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
We are testing this library in a new project with React Native .73.6 and we have noticed that whenever we use the BlurView to render a bottom component that add a layers of blur on top a scrollable content, it renders a grey background that covers the entire screen.
This is also breaking navigation between screens and makes it impossibile to leverage this library for use cases such a Blur Bottom Bar Navigation.
Steps to reproduce the behavior:
Init a new react-native project with this library.
Hi @devym-37
I've managed to fix it partially with your suggestion, thank you!
Now it doesn't render a grey overlay, but it still breaks any usages as a bottom tab bar with react-navigation.
At the moment it navigates and sometimes breaks, rendering a white layer without any component showing up.
I think I'll open the issue on the react-navigation repository later.
We are testing this library in a new project with React Native .73.6 and we have noticed that whenever we use the BlurView to render a bottom component that add a layers of blur on top a scrollable content, it renders a grey background that covers the entire screen.
This is also breaking navigation between screens and makes it impossibile to leverage this library for use cases such a Blur Bottom Bar Navigation.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: