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