You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still seems to be an issue on 0.1.4. We are changing the uri of the image, but it does not reload. I have checked OfflineImage.js and the code changes listed above are there, although 1 line is different....
if (nextSource && source && nextSource.uri !== source.uri){
I put some logging before that if statement and noticed that nextSource.uri and source.uri are showing as the same value, even though I change the value
The text was updated successfully, but these errors were encountered:
Related to #1
This still seems to be an issue on 0.1.4. We are changing the uri of the image, but it does not reload. I have checked OfflineImage.js and the code changes listed above are there, although 1 line is different....
if (nextSource && source && nextSource.uri !== source.uri){
I put some logging before that if statement and noticed that nextSource.uri and source.uri are showing as the same value, even though I change the value
The text was updated successfully, but these errors were encountered: