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

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

Open
mrousavy opened this issue Nov 5, 2020 · 0 comments
Open
Labels
Android This is an issue specifically concerning the Android implementation bug Something isn't working help wanted Extra attention is needed

Comments

@mrousavy
Copy link
Owner

mrousavy commented Nov 5, 2020

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 mrousavy added bug Something isn't working Android This is an issue specifically concerning the Android implementation help wanted Extra attention is needed labels Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android This is an issue specifically concerning the Android implementation bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant