From f9266f12f388c672d8e9a67321106e9a10f06d25 Mon Sep 17 00:00:00 2001 From: Neil Gupta Date: Wed, 27 Oct 2021 18:26:29 -0500 Subject: [PATCH] Update SDWebImage to the latest version (5.12.1) 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 https://github.com/SDWebImage/SDWebImage/pull/3280 --- RNFastImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNFastImage.podspec b/RNFastImage.podspec index db0fada63..47dbd5bc9 100644 --- a/RNFastImage.podspec +++ b/RNFastImage.podspec @@ -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