Open emclab opened 3 years ago
same here
Any solution to the problem above? FastImage is not caching for any of the images residing on aliyuncs.com.
yeah, same thing - android images just aren't caching. I'm running a debug build on a phone so it's not specific to the emulator. I'm not quite sure how to query the cache on android. @DylanVann any thoughts here? I'm happy to do some digging and create a repro example but I don't know if I should just log what's in the cache, run the android profiler, etc.
Hi, seems like this issue is not getting any attention. Are there other image solutions that have proper caching?
Here is a code loading an image from cloud with React Native 0.62.3/RN Fast Image 8.3.4 on android emulator:
The path is embedded with expiration and signature for authentication of the cloud image storage. Here is an URL example:
What I notice on
Android emulator
is that it take about 5 second to load the image each and every time. It seems that fast image is not caching. My understanding is that fast image caches by default. What causes Fast Image not caching the image here?