Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image is not rendering on ios 14 when serving from remote url. #702

Open
omprakashnitdgp opened this issue Jul 4, 2020 · 9 comments
Open
Labels

Comments

@omprakashnitdgp
Copy link

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"

@t3chnoboy
Copy link

Probably related to SDWebImage/SDWebImage#3040

@t3chnoboy
Copy link

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

@sionel
Copy link

sionel commented Jul 10, 2020

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

@t3chnoboy
Copy link

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

@ymc-thzi
Copy link

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

@tibuurcio
Copy link

tibuurcio commented Oct 7, 2020

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.

@sunwooz
Copy link

sunwooz commented Oct 17, 2020

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

@mighty-nyaina
Copy link

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 ?

@aanah0
Copy link

aanah0 commented Nov 12, 2020

Solution for RN 0.59

I found displayLayer function in path
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants