tooot/.yarn/patches/react-native-fast-image-npm...

24 lines
1.0 KiB
Diff
Raw Normal View History

2022-12-23 17:47:01 +01:00
diff --git a/RNFastImage.podspec b/RNFastImage.podspec
index db0fada63fc06191f8620d336d244edde6c3dba3..b23cd91a9d70bdb8abd2f4ba1417c2c35e5a1d4c 100644
--- a/RNFastImage.podspec
+++ b/RNFastImage.podspec
2022-02-06 22:07:58 +01:00
@@ -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'
2022-07-09 00:27:02 +02:00
- s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
2022-11-14 16:04:05 +01:00
+ s.dependency 'SDWebImage', '~> 5.14.2'
2022-10-31 19:42:14 +01:00
+ s.dependency 'SDWebImageWebPCoder', '~> 0.9.1'
2022-02-06 22:07:58 +01:00
end
2022-12-23 17:47:01 +01:00
diff --git a/android/build.gradle b/android/build.gradle
index 5b21cd59c40a5754f5d19c77e2a0eb0229925911..19d82f826e88125c5e6d87ee7c348fac621f548c 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -65,4 +65,5 @@ dependencies {
implementation "com.github.bumptech.glide:glide:${glideVersion}"
implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
+ implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.12.0'
}