-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-headless-work-manager@1.0.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-headless-work-manager/android/build.gradle b/node_modules/react-native-headless-work-manager/android/build.gradle
index 4186005..76cfa50 100644
--- a/node_modules/react-native-headless-work-manager/android/build.gradle
+++ b/node_modules/react-native-headless-work-manager/android/build.gradle
@@ -20,7 +20,7 @@ buildscript {
}
apply plugin: 'com.android.library'
-apply plugin: 'maven'
+apply plugin: 'maven-publish'
// Matches values in recent template from React Native 0.59 / 0.60
// https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels