-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
AndroidThis is an issue specifically concerning the Android implementationThis is an issue specifically concerning the Android implementationbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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
Metadata
Metadata
Assignees
Labels
AndroidThis is an issue specifically concerning the Android implementationThis is an issue specifically concerning the Android implementationbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed