react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

🚩 FastImage, performant React Native image component.

Results 196 react-native-fast-image issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Technically the url returned from the redirect is supposed to be cached not the first url. **To Reproduce** eg : ``` http://test.test/this_will_redirect_to_another_url -> http://test.test/this_is_the_other_url?bust=123456 ``` Now if...

bug

I am using react-native 0.62.2 , and it's `pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'` also available in podlist file but getting this issue.

bug

Its posiblle load a view with a loader or other componetn until the big image is loading???

bug

**Describe the bug** Vertical images are rendered at low resolution in horizontal container when loaded from cache. At the same time, everything is ok when filling the vertical container. This...

bug

According to the documentation of the https://www.npmjs.com/package/react-native-fast-image 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...

i.e If I view or preload an image from a url, quit the app, go offline, open the app. Will I still see the image? If not is it possible...

bug

I have some sequentially played gifs (kind of tutorial) in my RN app. But they last too long and the phone screen starts dimming and falls asleep. How can I...

bug

Using FastImage with `source={{ uri: 'local_uri' }}` does not work on ios. Works fine on android, or if I use some remote url instead. Tried with different styles. Setting `fallback`...