Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-sqlite-storage@6.0.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-sqlite-storage/platforms/android/build.gradle b/node_modules/react-native-sqlite-storage/platforms/android/build.gradle
index ff79b10..f289824 100644
--- a/node_modules/react-native-sqlite-storage/platforms/android/build.gradle
+++ b/node_modules/react-native-sqlite-storage/platforms/android/build.gradle
@@ -1,7 +1,8 @@
buildscript {
repositories {
google()
- jcenter()
+ // 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-sqlite-storage@6.0.1for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.