-
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
Update SDWebImage version to 4.4.3 #387
Conversation
I will preface this with I could have messed up a step. I made my fork and merged these changes in here: https://github.com/jjgp/react-native-fast-image Then I did the following to integrate:
And upon building I am seeing. edit within FFFastImageView.h: Just wanted to try out these changes. I appreciate the update! |
I'm definitely going to chalk it up as I didn't do integrate it correctly. I was curious how you linked it up to test it? |
@jjgp I actually haven't tested it. I could not get it installed and linked properly due to the submodule not initializing correctly |
I'll look into it more too. Maybe @DylanVann would have some insight too 👍 |
Hello, I successfully tested that PR and it fixes the issue of ios12 webp images not being displayed. To test I did: cd node_modules
rm -rf react-native-fast-image
git clone ds8k/react-native-fast-image
cd react-native-fast-image
git submodule update --init --recursive This also seemed to annoy XCode so I did the usual clean/quit XCode/remove @DylanVann any chance we can get this in? :) @ds8k note that your commit isn't linked to your GitHub profile (your profile picture doesn't appear). In case that's not intended, you should be able to fix it by setting your email in your local git config with |
@Almouro That's awesome! Thanks for testing it out |
@DylanVann Could this get looked at soon? |
This is a must have PR. @DylanVann can you please take a look how to get this update of SDWebImage into play? Regards |
+1 Please @DylanVann |
In case that can help you guys in the meantime, in our project, we decided to remove the To remove the Podfiletarget 'YOUR_TARGET' do
...
pod 'SDWebImage', '= 4.4.3'
pod 'SDWebImage/GIF', '= 4.4.3'
pod 'SDWebImage/WebP', '= 4.4.3'
end |
When is this PR going to get merged? I really need this update for my current project |
This updates the version of SDWebImage to 4.4.3, which has fixes for webp images rendering in iOS 12. This fixes #298 #385