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
My app (iOS only for now) is built using EAS in order to use native plugins.
I have 2 buttons in a view
First one flips horizontal the image and save it in place of the original image (via ImageManipulator)
Second one applies a filter to the image (switching between Normal and Grayscale)
The filter works well except when i apply a flip, when i change the file content. It seems that the ImageFilter cached the original image and does not take into account a potential content change.
Do you have any idea how to avoid caching ?
The text was updated successfully, but these errors were encountered:
Currently using :
My app (iOS only for now) is built using EAS in order to use native plugins.
I have 2 buttons in a view
The filter works well except when i apply a flip, when i change the file content. It seems that the ImageFilter cached the original image and does not take into account a potential content change.
Do you have any idea how to avoid caching ?
The text was updated successfully, but these errors were encountered: