React Native - Better way to load image very fast without caching it
问题 I am using FastImage for caching image and it loads image very fast after caching data as expected. But my server is generating new uri (s3 presigned url) each time for same image. So, FastImage is considering it as new image and tries to download everytime which affects my app performance. My question is, Is there any optimistic way to render images fast as possible without caching it? 回答1: If you have chance to modify the server side application, you can create Authorization headers instead