-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-app-settings@2.0.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-app-settings/android/build.gradle b/node_modules/react-native-app-settings/android/build.gradle
index 849e79a..f87bfa7 100644
--- a/node_modules/react-native-app-settings/android/build.gradle
+++ b/node_modules/react-native-app-settings/android/build.gradle
@@ -31,6 +31,6 @@ repositories {
}
dependencies {
- compile 'com.facebook.react:react-native:+'
+ implementation 'com.facebook.react:react-native:+'
}
\ No newline at end of fileThis issue body was partially generated by patch-package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels