Skip to content
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

Image from React-Native blurRadius doesn't work #3556

Closed
namrog84 opened this issue Oct 29, 2019 · 2 comments
Closed

Image from React-Native blurRadius doesn't work #3556

namrog84 opened this issue Oct 29, 2019 · 2 comments
Labels

Comments

@namrog84
Copy link
Contributor

namrog84 commented Oct 29, 2019

As of at least "react-native-windows": "0.60.0-vnext.45",

import { Image } from 'react-native';
<Image blurRadius={100} source={someUri} />

Currently does nothing.
Should blur the image by some amount.

example:
https://www.c-sharpcorner.com/article/how-to-blur-an-image-using-uwp-with-xaml-and-c-sharp/

<Image x:Name="imgblur" Source="Assets/01.jpg">  
    <interactivity:Interaction.Behaviors>  
        <behaviors:Blur x:Name="blur" /> </interactivity:Interaction.Behaviors>  
</Image>  

It looks like XAML should have support for blurring an image.

So its likely just a bug that its not being piped through correctly?

@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Oct 29, 2019
@kikisaints
Copy link
Contributor

Yup! Looks like this is in the backlog, but has not been implemented yet.

You can find the Image component status here.
And the dev-logged issue for that work tracked here.

@namrog84
Copy link
Contributor Author

Closing because tracked here #2631

@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants