Files
iNaturalistReactNative/patches/react-native-exception-handler+2.10.10.patch
Johannes Klein 6a987f4598 Create react-native-exception-handler+2.10.10.patch (#3397)
This patch is required to compile the library on react-native 0.82
2026-02-24 11:15:00 +01:00

14 lines
442 B
Diff

diff --git a/node_modules/react-native-exception-handler/android/build.gradle b/node_modules/react-native-exception-handler/android/build.gradle
index c1dca20..21596d5 100644
--- a/node_modules/react-native-exception-handler/android/build.gradle
+++ b/node_modules/react-native-exception-handler/android/build.gradle
@@ -1,7 +1,7 @@
buildscript {
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {