react-native-image-viewer icon indicating copy to clipboard operation
react-native-image-viewer copied to clipboard

If I change image url , show me again old image

Open cetinahmetemre opened this issue 6 years ago • 2 comments

If I change showImageUrl.uri , show me old image again.

showImageUri[0].url=url.getURL()+'/'+uri;

const showImageUri = [{    
    url: '',
    freeHeight: true
  }]

cetinahmetemre avatar Oct 04 '18 20:10 cetinahmetemre

Good question, welcome pr!

ascoders avatar Oct 10 '18 14:10 ascoders

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

Gfr1992 avatar Jun 04 '21 23:06 Gfr1992