-
Notifications
You must be signed in to change notification settings - Fork 738
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected]
for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-ui-lib/lib/android/build.gradle b/node_modules/react-native-ui-lib/lib/android/build.gradle
index 5f0b7d6..6026180 100644
--- a/node_modules/react-native-ui-lib/lib/android/build.gradle
+++ b/node_modules/react-native-ui-lib/lib/android/build.gradle
@@ -30,3 +30,9 @@ android {
dependencies {
implementation 'com.facebook.react:react-native:+'
}
+
+afterEvaluate {
+ tasks.matching { it.name == "packageReleaseResources" }.all { task ->
+ task.dependsOn(":uilib-native:generateReleaseResValues")
+ }
+}
This issue body was partially generated by patch-package.
ferretwithaberet and Bengejd
Metadata
Metadata
Assignees
Labels
No labels