fix: Updates SDWebImageWebPCoder. (#628)

This improves RAM usage for static webp assets see:
https://github.com/SDWebImage/SDWebImageWebPCoder/pull/30

Potentially related to https://github.com/DylanVann/react-native-fast-image/issues/622
This commit is contained in:
Alexandre Moureaux 2020-03-14 04:13:39 +01:00 committed by GitHub
parent af667d2f8a
commit 325d77f4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.dependency 'React'
s.dependency 'SDWebImage', '~> 5.0'
s.dependency 'SDWebImageWebPCoder', '~> 0.2.3'
s.dependency 'SDWebImageWebPCoder', '~> 0.4.1'
end