From a407158288c223d8a30df157e7e5bdce82a273ad Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 27 Jun 2023 19:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20Patch=20react-native-im?= =?UTF-8?q?age-sequence=20to=20remove=20deprecated=20gradle=20synrax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patches/react-native-image-sequence+0.7.0.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/react-native-image-sequence+0.7.0.patch diff --git a/patches/react-native-image-sequence+0.7.0.patch b/patches/react-native-image-sequence+0.7.0.patch new file mode 100644 index 000000000..8e353b55f --- /dev/null +++ b/patches/react-native-image-sequence+0.7.0.patch @@ -0,0 +1,12 @@ +diff --git a/node_modules/react-native-image-sequence/android/build.gradle b/node_modules/react-native-image-sequence/android/build.gradle +index 151607d..53145b1 100644 +--- a/node_modules/react-native-image-sequence/android/build.gradle ++++ b/node_modules/react-native-image-sequence/android/build.gradle +@@ -26,5 +26,5 @@ android { + } + + dependencies { +- compile 'com.facebook.react:react-native:+' ++ implementation 'com.facebook.react:react-native:+' + } +\ No newline at end of file