WrathChaos / react-native-progressive-fast-image

Customizable progressive image for React Native with FastImage
https://freakycoder.com
111 stars 15 forks source link

blurView not working? #14

Open Rowb opened 5 months ago

Rowb commented 5 months ago
    import ProgressiveImage from "@freakycoder/react-native-progressive-fast-image";

  <ProgressiveImage source={{
            uri: BASE_URL.url + leagueData.image,
            priority: ProgressiveImage.normal
          }}
            blurRadius={1}
            style={styles.backgroundImageContainer} />

and the image does not blur

WrathChaos commented 5 months ago

I will add this, it seems I am not drilling all the fast-image props. I will let you know