mrousavy / react-native-blurhash

🖼️ A library to show colorful blurry placeholders while your content loads.
https://blurha.sh
MIT License
1.98k stars 70 forks source link

fix: Update BlurhashImageView Context argument to be non-nullable #155

Closed ldabiralai closed 2 years ago

ldabiralai commented 2 years ago

Without this when building the app we see the following error: Type mismatch: inferred type is Context? but Context was expected

janicduplessis commented 2 years ago

LGTM, I also needed this patch. I think it only happens when using newer versions of appcompat library, but should be compatible with older version still.

@mrousavy Maybe run CI just to confirm.

mrousavy commented 2 years ago

Huh, I kinda missed this PR? Sorry for the delay, thank you @ldabiralai! 🖤