Skip to content

Commit

Permalink
fix: Updates SDWebImageWebPCoder. (#628)
Browse files Browse the repository at this point in the history
This improves RAM usage for static webp assets see:
SDWebImage/SDWebImageWebPCoder#30

Potentially related to #622
  • Loading branch information
Almouro committed Mar 14, 2020
1 parent af667d2 commit 325d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFastImage.podspec
Expand Up @@ -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

0 comments on commit 325d77f

Please sign in to comment.