react-native-blurhash icon indicating copy to clipboard operation
react-native-blurhash copied to clipboard

[BUG] High Quality, Full-Screen Blurhashes fail to render on Android

Open mrousavy opened this issue 4 years ago • 0 comments

Bug

When rendering large Blurhashes on Android the blurhash sometimes fails to load.

This:

return (
  <Blurhash
    blurhash="LGFFaXYk^6#M@-5c,1J5@[or[Q6."
    style={{ ...StyleSheet.absoluteFillObject, opacity: 0.3 }}
    resizeMode="cover"
    decodePunch={0.2}
    decodeAsync={true} />
);

Looks like this:

a b

and I have no idea why

mrousavy avatar Nov 05 '20 16:11 mrousavy