-
Notifications
You must be signed in to change notification settings - Fork 560
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
Add support for Clear/Transparent Blur background #602
Comments
I agree with @henriquecfreitas , I also have a project were i need to put a clear blur view , but I cannot . on android it works but on ios there is no way. |
Same problem. Please help. |
Can you give a solution for this problem? |
please give a solution for this probleme |
Same problem |
same |
Bump |
up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
blurType
options supported for iOS does not provide any option for handling a clear background to theBlurView
component.That would be useful in many cases, like described on issues #465 , #474 , #407 and others.
The app I'm currently working on is using the
BlurView
component for the Header background in some specific pages, where aFlatList
component should be able to slightly show the cards content underneath the page Header when scrolling. The problem is that the color displayed on the Header when there is no content behind it (eg: list scroll is on top) is not matching the same color of the Header displayed on pages where it does not use the BlurView. Of course they doesn't need to perfectly match the same outputed RGB, since one of them has a Blur effect applied, but it would be great if they could have at least a similiar feel.Example:
This issue would problably be fixed with the solution proposed by @KirillGudkov on the PR #513
The text was updated successfully, but these errors were encountered: