-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Probably related to SDWebImage/SDWebImage#3040 |
@omprakashnitdgp just update |
@t3chnoboy How can I update SDWebImage pod? |
@sionel |
thanks @t3chnoboy Had the same issue, that fixed it for me |
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
|
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"
The text was updated successfully, but these errors were encountered: