2022-02-06 22:07:58 +01:00
|
|
|
diff --git a/node_modules/react-native-fast-image/RNFastImage.podspec b/node_modules/react-native-fast-image/RNFastImage.podspec
|
2022-08-06 22:20:03 +02:00
|
|
|
index db0fada..9379119 100644
|
2022-02-06 22:07:58 +01:00
|
|
|
--- a/node_modules/react-native-fast-image/RNFastImage.podspec
|
|
|
|
+++ b/node_modules/react-native-fast-image/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'
|
2022-07-09 00:27:02 +02:00
|
|
|
- s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
|
2022-08-06 22:20:03 +02:00
|
|
|
+ s.dependency 'SDWebImage', '~> 5.13.2'
|
2022-07-09 00:27:02 +02:00
|
|
|
+ s.dependency 'SDWebImageWebPCoder', '~> 0.9.0'
|
2022-02-06 22:07:58 +01:00
|
|
|
end
|
2021-10-08 16:12:56 +02:00
|
|
|
diff --git a/node_modules/react-native-fast-image/android/build.gradle b/node_modules/react-native-fast-image/android/build.gradle
|
|
|
|
index 5b21cd5..19d82f8 100644
|
|
|
|
--- a/node_modules/react-native-fast-image/android/build.gradle
|
|
|
|
+++ b/node_modules/react-native-fast-image/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'
|
|
|
|
}
|