Questions tagged [react-native-fast-image]
19 questions
0
votes
2 answers
Why react native fastimage is fetching images even if I enable cacheOnly?
According to the documentation of the package if you do this:
cache={FastImage.cacheControl.cacheOnly}
it should only show images from cache, not make any network requests.
However, I tried to clear cache and re run the app, it still fetches…

showtime
- 1
- 1
- 17
- 48
0
votes
1 answer
React-Native - Fetch image from AWS S3 Bucket via HTTP request
I am trying to fetch a jpg image from AWS S3 Bucket using a HTTP GET request in React-Native.
So far I was following these 2 documentations from Amazon…

Citrix
- 257
- 4
- 14
0
votes
1 answer
React Native Fast Image Caching
I am trying to cache profile pictures that are being fetched from an s3 bucket. On my backend I am able to fetch the url of each image. I then can loop through an array of profiles (which have the pictures' urls) and display the correct images, as…

jasontulloch
- 31
- 1
- 6