Issue moved from: NativeScript/nativescript-cli#2981
From: @hshristov
@vchimev, @Plamen5kov We are using memory and disk cache on the Image component. That is why changing the file won't change the currently shown image.
There are several options:
Invalidate the whole cache on a livesync operation
Disable cache for specific Image instance
From: @Plamen5kov
My vote goes toward Disable cache for specific Image instance.
From: @vchimev
Disable cache for specific Image instance sounds better to me.
@hshristov, what do you think would be the best?
Issue moved from: NativeScript/nativescript-cli#2981
From: @hshristov
@vchimev, @Plamen5kov We are using memory and disk cache on the Image component. That is why changing the file won't change the currently shown image.
There are several options:
Invalidate the whole cache on a livesync operation
Disable cache for specific Image instance
From: @Plamen5kov
My vote goes toward Disable cache for specific Image instance.
From: @vchimev
Disable cache for specific Image instance sounds better to me.
@hshristov, what do you think would be the best?