Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-select-contact@1.6.3 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-select-contact/android/build.gradle b/node_modules/react-native-select-contact/android/build.gradle
index 65aa1d7..c2145da 100644
--- a/node_modules/react-native-select-contact/android/build.gradle
+++ b/node_modules/react-native-select-contact/android/build.gradle
@@ -43,7 +43,7 @@ repositories {
url "$rootDir/../node_modules/jsc-android/dist"
}
google()
- jcenter()
+ mavenCentral()
}
dependencies {
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-select-contact@1.6.3for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.