React-native-fast-image: Image is not rendering on ios 14 when serving from remote url.

Created on 4 Jul 2020  路  9Comments  路  Source: DylanVann/react-native-fast-image

To Reproduce

  1. use Xcode -beta for ios 14
  2. Serve image from backend via url
  3. use FastImage
  4. Image is not displaying

Expected behavior
The image should render on ios 14 platform

Dependency versions

react-native-cli: 2.0.1
react-native: 0.59.10
"react-native-fast-image": "^7.0.2"

bug

Most helpful comment

@sionel pod update SDWebImage or you can remove Podfile.lock and run pod install --repo-update

All 9 comments

@omprakashnitdgp just update SDWebImage pod to 5.8.3 and it should work

@t3chnoboy How can I update SDWebImage pod?
I didn't install SDWebImage just use fastImage

@sionel pod update SDWebImage or you can remove Podfile.lock and run pod install --repo-update

thanks @t3chnoboy Had the same issue, that fixed it for me
pod update SDWebImage and the done a reinstall of my pods

Does anyone has a clue if it's possible to update SDWebImage for a project that's not using pods? We're locked in RN < 0.60 and we don't manage our dependencies with pods.

This is making it so that react-native-fast-image is not able to render images in iOS 14.

I'm having the same issue. Also on RN 0.59

I'm having the same issue on RN 0.59.9. So, we also don't use pods. Anyone has a solution on how to update SDWebImage on RN 0.59 ?

Solution for RN 0.59

I found displayLayer function in path
image

Was this page helpful?
0 / 5 - 0 ratings