react-native-image-viewer
react-native-image-viewer copied to clipboard
If I change image url , show me again old image
If I change showImageUrl.uri , show me old image again.
showImageUri[0].url=url.getURL()+'/'+uri;
const showImageUri = [{
url: '',
freeHeight: true
}]
Good question, welcome pr!
If I change showImageUrl.uri , show me old image again.
showImageUri[0].url=url.getURL()+'/'+uri;
const showImageUri = [{ url: '', freeHeight: true }]
Hi,
did you find any solution?
Tnx