WrathChaos / react-native-progressive-fast-image

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

blurView not working? #14

Open Rowb opened 2 weeks ago

Rowb commented 2 weeks 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 1 week ago

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