To Reproduce
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"
Probably related to https://github.com/SDWebImage/SDWebImage/issues/3040
@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
cmd + shift + f in xCodeCALayerDelegateI found displayLayer function in path

Most helpful comment
@sionel
pod update SDWebImageor you can removePodfile.lockand runpod install --repo-update