-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Image replacement is not respected during tns run android #4650
Copy link
Copy link
Closed
Description
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?
Reactions are currently unavailable