nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

Compatibility with iOS 14 #29

Closed mmeven closed 3 years ago

mmeven commented 4 years ago

Hi, Using the plugin on iOS 14 currently results in pictures not being displayed at all.

I had a look at the changelog of the iOS plugin used underneath (SDWebImage), it seems that they fixed the issue in the last versions : Changelog

And indeed, setting manually the version to >= 5.8.3 in the Podfile fixes the issue, at least in the apps I'm working on.

Would you have a look at it ?

Thanks in advance

romandrahan commented 3 years ago

We're experiencing this issue https://github.com/NativeScript/NativeScript/issues/8869 with the latest version of the plugin.

farfromrefug commented 3 years ago

@mmeven sure thing will fix this!

farfromrefug commented 3 years ago

@mmeven published 4.0.7

mmeven commented 3 years ago

Sorry for the late answer, thanks for the fix it was useful !