I migrated out out to use this library, which looked cool and promising. After release build on device some images are forever stuck on loading, even though urls are valid. All other libraries open all urls. (I was using fast-image) before
Neither onError no onSuccess callback is called. Activity Indicator is shown despite I haven't set showActivityIndicator: true. I tried clearing the cache, deleting and reinstalling app.
Do you have any idea what can cause it? I tried on different devices, same issue
Or at least where I should debug it ?
Background
I migrated out out to use this library, which looked cool and promising. After release build on device some images are forever stuck on loading, even though urls are valid. All other libraries open all urls. (I was using fast-image) before
Neither
onError
noonSuccess
callback is called. Activity Indicator is shown despite I haven't setshowActivityIndicator: true
. I tried clearing the cache, deleting and reinstalling app. Do you have any idea what can cause it? I tried on different devices, same issue Or at least where I should debug it ?