Questions tagged [react-native-fast-image]

19 questions
4
votes
2 answers

How to enable animated webp (awebp) in React Native Fast Image?

We have animated webp files working great in our React Native app using the default component. We were hoping to benefit from some of the caching extras built into react-native-fast-image. However, it works great for everything except awebp…
GollyJer
  • 23,857
  • 16
  • 106
  • 174
2
votes
3 answers

React native 0.69.1 I am facing issue 'deprecated-react-native-prop-types'

Error: deprecated-react-native-prop-types "react-native": "0.69.1",---- this error comes only in the latest version of react-native I am facing this issues when I installed any of this…
2
votes
2 answers

How to reload image url one more time if url shows error in loading

I am trying to load images from URL on flatlist using Image Component. In this component there is a property (onError?: () => void ) this property is called on an image fetching error. When I run my app in low network some images failed to load, so…
Sarthak
  • 29
  • 1
  • 6
1
vote
1 answer

Disable Fabric in React Native

I'm using React Native 0.71.x in my project and have react-native-fast-image which does not support the latest Fabric architecture. So I'd like to disable it if possible. How do I go about doing this? I haven't set up anything specifically for…
Zephyr
  • 1,612
  • 2
  • 13
  • 37
1
vote
0 answers

React-native-deck-swiper Not displaying first card with images fetched from firebase

React-native-deck-swiper is not displaying first card with images fetched from firebase. Basically I fetch the image urls from firebase. Then I put them into the array currentPageIconArray as sources for the FastImage plugin elements inside…
1
vote
0 answers

Access FastImage once it is fetched from url and convert to base64 in react native

I have standard fastimage code: The issue I am having is that I need to convert this image to base64. I cannot figure how to access the image…
Philip7899
  • 4,599
  • 4
  • 55
  • 114
1
vote
0 answers

cache image using unique id (not based on URL) in react native

i have a one project. in that their is a list which i get from api and the api's response contains a one image url which frequently changes ,but in that one one part of image name is common and the image also a same. but the later half signature is…
1
vote
0 answers

React Native FastImage not displayed in MapView.Marker children Android

In my custom Marker i am displaying an image using react-native-fast-image, it displays it in predictable way on iOS, however doesnt on Android - just nothing
spatak
  • 1,039
  • 1
  • 14
  • 25
0
votes
0 answers

How to know that or in React Native has failed to fetch an image from the uri and show images from the project files

i am using the FastImage to display an image as a profile picture in my react native app, and if it will failed to fetch an profile picture (Image) from the provided uri for any kind of error, i want to show the image stored in my project files. You…
0
votes
1 answer

CodeMagic xcode-project use-profiles failure

I try to build an ios app with codeMagic scripts: - name: Install dependencies script: | yarn install - name: Install CocoaPods dependencies script: | cd ios && pod install - name: Set up…
Magnus
  • 11
  • 1
  • 2
0
votes
1 answer

"Ensuring Proper Display and Resizing of Videos and Images in React Native"

How can I ensure that videos and images are displayed properly in React Native, regardless of their orientation? Specifically, how can I make sure that landscape videos are displayed as portrait and that both images and videos are resized…
0
votes
0 answers

React native with expo. images are loading slowly. need your advice. how to quickly display images?

first time writing on react native. The problem is that the images load slowly even though the image size is very small. I tried the react native fast image library, but I think it doesn't fit with expo, I don't have an ios folder in my expo to…
Bake
  • 1
0
votes
0 answers

Facing this issue in storybook Cannot read properties of undefined (reading 'displayName') importing external library

I want to created a custom component in my own UI Library (with storybook) using the react-native-fast-image library, but when i execute storybook, it display the error: "Cannot read properties of undefined (reading 'displayName')" I noticed that…
0
votes
0 answers

React Native Flatlist cannot load image if image is outside of the view

I have a FlatList contains list of product item. Each product has an image to display and I'm using FastImage
1
2