Closed adbl closed 7 years ago
Ah. Did not know it defaulted to YES. Will make a global method that can be called to toggle this. Have not used the cache in a while, will test it and make sure it works.
FYI. I'm upgrading this library to use React 0.40 atm. So be aware, you will get linking issues in the next release if you´re still running < 0.40.
https://github.com/facebook/react-native/commit/e1577df1fd70049ce7f288f91f6e2b18d512ff4d
FYI. Will take a look at this tonight.
https://developer.apple.com/reference/photos/phcachingimagemanager/1616959-allowscachinghighqualityimages?language=objc
What is the point in using the cache when displaying single images / few images?
I think it should it be set to
NO
.There could be a point of using the cache and having
allowsCachingHighQualityImages=YES
, for a some view where images are prepared and cached beforehand.Maybe having
NO
as default and an method to change it (globally, since it is shared)?