Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch @ticnat/nativescript-image-cache@1.0.7 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/@ticnat/nativescript-image-cache/platforms/android/include.gradle b/node_modules/@ticnat/nativescript-image-cache/platforms/android/include.gradle
index f9e446a..5624115 100644
--- a/node_modules/@ticnat/nativescript-image-cache/platforms/android/include.gradle
+++ b/node_modules/@ticnat/nativescript-image-cache/platforms/android/include.gradle
@@ -5,5 +5,5 @@ android {
}
dependencies {
- implementation "com.facebook.fresco:fresco:2.6.0"
+ implementation "com.facebook.fresco:fresco:3.6.0"
}
diff --git a/node_modules/@ticnat/nativescript-image-cache/platforms/android/nativescript_image_cache.aar b/node_modules/@ticnat/nativescript-image-cache/platforms/android/nativescript_image_cache.aar
index 127c4d5..c697d53 100644
Binary files a/node_modules/@ticnat/nativescript-image-cache/platforms/android/nativescript_image_cache.aar and b/node_modules/@ticnat/nativescript-image-cache/platforms/android/nativescript_image_cache.aar differ
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@ticnat/nativescript-image-cache@1.0.7for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.