Skip to content

Commit

Permalink
Update SDWebImage to the latest version (5.12.1)
Browse files Browse the repository at this point in the history
This is necessary to fix a bug on the latest iPhone and iPad Pros with
ProMotion display where the gif does not animate at the right frame rate
SDWebImage/SDWebImage#3280
  • Loading branch information
neilgupta committed Oct 27, 2021
1 parent 4d8c749 commit f9266f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFastImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React-Core'
s.dependency 'SDWebImage', '~> 5.11.1'
s.dependency 'SDWebImage', '~> 5.12.1'
s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
end

0 comments on commit f9266f1

Please sign in to comment.