Skip to content

Commit

Permalink
👽️ Patch react-native-image-sequence to remove deprecated gradle synrax
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored and nwingt committed Jun 27, 2023
1 parent abda626 commit a407158
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/react-native-image-sequence+0.7.0.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a407158

Please sign in to comment.