fix rnpay
This commit is contained in:
24
patches/react-native-safe-area-context+4.14.1.patch
Normal file
24
patches/react-native-safe-area-context+4.14.1.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
diff --git a/node_modules/react-native-safe-area-context/android/build.gradle b/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
index f324b9a..55bcb4d 100644
|
||||
--- a/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
+++ b/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
@@ -2,6 +2,9 @@ buildscript {
|
||||
def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['RNSAC_kotlinVersion']
|
||||
|
||||
repositories {
|
||||
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
||||
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
||||
+ maven { url 'https://repo.huaweicloud.com/repository/maven/' }
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
@@ -108,6 +111,9 @@ def reactNativeArchitectures() {
|
||||
}
|
||||
|
||||
repositories {
|
||||
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
||||
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
||||
+ maven { url 'https://repo.huaweicloud.com/repository/maven/' }
|
||||
google()
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
Reference in New Issue
Block a user