Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-tts@4.1.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-tts/android/build.gradle b/node_modules/react-native-tts/android/build.gradle
index dbbe046..d4d28c5 100644
--- a/node_modules/react-native-tts/android/build.gradle
+++ b/node_modules/react-native-tts/android/build.gradle
@@ -4,7 +4,6 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
- jcenter()
}
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-tts@4.1.1for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.