mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
jcenter to mavenCentral patches
This commit is contained in:
parent
8a020f535c
commit
a9d4d1ffb8
84
patches/@esteemapp+react-native-multi-slider+1.1.0.patch
Normal file
84
patches/@esteemapp+react-native-multi-slider+1.1.0.patch
Normal file
@ -0,0 +1,84 @@
|
||||
diff --git a/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/android/build.gradle b/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/android/build.gradle
|
||||
index cd8664f..77169be 100644
|
||||
--- a/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/android/build.gradle
|
||||
+++ b/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/android/build.gradle
|
||||
@@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
||||
@@ -24,7 +24,7 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenLocal()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
diff --git a/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/package.json b/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/package.json
|
||||
index d878530..61f12f2 100644
|
||||
--- a/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/package.json
|
||||
+++ b/node_modules/@esteemapp/react-native-multi-slider/examples/Basic/package.json
|
||||
@@ -19,5 +19,57 @@
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
+ },
|
||||
+ "react-native": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ },
|
||||
+ "browser": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
}
|
||||
}
|
13
patches/@react-native-community+async-storage+1.5.0.patch
Normal file
13
patches/@react-native-community+async-storage+1.5.0.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/node_modules/@react-native-community/async-storage/android/build.gradle b/node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
index a0f2770..22072f9 100644
|
||||
--- a/node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
+++ b/node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
@@ -2,7 +2,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
22
patches/@react-native-community+cameraroll+1.8.1.patch
Normal file
22
patches/@react-native-community+cameraroll+1.8.1.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/node_modules/@react-native-community/cameraroll/android/build.gradle b/node_modules/@react-native-community/cameraroll/android/build.gradle
|
||||
index 5582c37..55c446d 100644
|
||||
--- a/node_modules/@react-native-community/cameraroll/android/build.gradle
|
||||
+++ b/node_modules/@react-native-community/cameraroll/android/build.gradle
|
||||
@@ -2,7 +2,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -32,7 +32,7 @@ android {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
mavenCentral()
|
||||
}
|
||||
|
@ -0,0 +1,22 @@
|
||||
diff --git a/node_modules/@react-native-community/push-notification-ios/android/build.gradle b/node_modules/@react-native-community/push-notification-ios/android/build.gradle
|
||||
index 3231b29..c956229 100644
|
||||
--- a/node_modules/@react-native-community/push-notification-ios/android/build.gradle
|
||||
+++ b/node_modules/@react-native-community/push-notification-ios/android/build.gradle
|
||||
@@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||
@@ -24,7 +24,7 @@ allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
13
patches/@react-native-community+toolbar-android+0.2.1.patch
Normal file
13
patches/@react-native-community+toolbar-android+0.2.1.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/node_modules/@react-native-community/toolbar-android/android/build.gradle b/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
||||
index e414765..3c432e8 100644
|
||||
--- a/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
||||
+++ b/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
||||
@@ -2,7 +2,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
22
patches/lottie-react-native+5.1.4.patch
Normal file
22
patches/lottie-react-native+5.1.4.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/node_modules/lottie-react-native/build.gradle b/node_modules/lottie-react-native/build.gradle
|
||||
index 184fdbf..9228bb0 100644
|
||||
--- a/node_modules/lottie-react-native/build.gradle
|
||||
+++ b/node_modules/lottie-react-native/build.gradle
|
||||
@@ -3,7 +3,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.0'
|
||||
@@ -14,7 +14,7 @@ allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url("$rootDir/node_modules/react-native/android")
|
20
patches/react-native-camera+4.2.1.patch
Normal file
20
patches/react-native-camera+4.2.1.patch
Normal file
@ -0,0 +1,20 @@
|
||||
diff --git a/node_modules/react-native-camera/android/build.gradle b/node_modules/react-native-camera/android/build.gradle
|
||||
index 4aed495..fc83d00 100644
|
||||
--- a/node_modules/react-native-camera/android/build.gradle
|
||||
+++ b/node_modules/react-native-camera/android/build.gradle
|
||||
@@ -10,7 +10,6 @@ buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
- jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -56,7 +55,6 @@ android {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven {
|
84
patches/react-native-config+1.4.11.patch
Normal file
84
patches/react-native-config+1.4.11.patch
Normal file
@ -0,0 +1,84 @@
|
||||
diff --git a/node_modules/react-native-config/Example/android/build.gradle b/node_modules/react-native-config/Example/android/build.gradle
|
||||
index 50dcb4c..b331665 100644
|
||||
--- a/node_modules/react-native-config/Example/android/build.gradle
|
||||
+++ b/node_modules/react-native-config/Example/android/build.gradle
|
||||
@@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:4.1.0")
|
||||
@@ -32,7 +32,7 @@ allprojects {
|
||||
}
|
||||
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven { url 'https://www.jitpack.io' }
|
||||
}
|
||||
}
|
||||
diff --git a/node_modules/react-native-config/Example/package.json b/node_modules/react-native-config/Example/package.json
|
||||
index c444c38..187e9b1 100644
|
||||
--- a/node_modules/react-native-config/Example/package.json
|
||||
+++ b/node_modules/react-native-config/Example/package.json
|
||||
@@ -34,5 +34,57 @@
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
+ },
|
||||
+ "react-native": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ },
|
||||
+ "browser": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
}
|
||||
}
|
13
patches/react-native-iap+7.5.6.patch
Normal file
13
patches/react-native-iap+7.5.6.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/node_modules/react-native-iap/android/build.gradle b/node_modules/react-native-iap/android/build.gradle
|
||||
index 98fb247..00423e1 100644
|
||||
--- a/node_modules/react-native-iap/android/build.gradle
|
||||
+++ b/node_modules/react-native-iap/android/build.gradle
|
||||
@@ -55,7 +55,7 @@ android {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
148
patches/react-native-modal-dropdown+1.0.2.patch
Normal file
148
patches/react-native-modal-dropdown+1.0.2.patch
Normal file
@ -0,0 +1,148 @@
|
||||
diff --git a/node_modules/react-native-modal-dropdown/example/android/build.gradle b/node_modules/react-native-modal-dropdown/example/android/build.gradle
|
||||
index eed9972..61bdb60 100644
|
||||
--- a/node_modules/react-native-modal-dropdown/example/android/build.gradle
|
||||
+++ b/node_modules/react-native-modal-dropdown/example/android/build.gradle
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
@@ -15,7 +15,7 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
diff --git a/node_modules/react-native-modal-dropdown/example/package.json b/node_modules/react-native-modal-dropdown/example/package.json
|
||||
index f6a90bf..c193d34 100644
|
||||
--- a/node_modules/react-native-modal-dropdown/example/package.json
|
||||
+++ b/node_modules/react-native-modal-dropdown/example/package.json
|
||||
@@ -13,5 +13,57 @@
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start"
|
||||
},
|
||||
- "private": true
|
||||
+ "private": true,
|
||||
+ "react-native": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ },
|
||||
+ "browser": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ }
|
||||
}
|
||||
diff --git a/node_modules/react-native-modal-dropdown/expo-example/package.json b/node_modules/react-native-modal-dropdown/expo-example/package.json
|
||||
index a2e74a6..ec044ab 100644
|
||||
--- a/node_modules/react-native-modal-dropdown/expo-example/package.json
|
||||
+++ b/node_modules/react-native-modal-dropdown/expo-example/package.json
|
||||
@@ -17,5 +17,57 @@
|
||||
"@babel/core": "^7.8.6",
|
||||
"babel-preset-expo": "~8.1.0"
|
||||
},
|
||||
- "private": true
|
||||
+ "private": true,
|
||||
+ "react-native": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ },
|
||||
+ "browser": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ }
|
||||
}
|
12
patches/react-native-navigation-bar-color+1.0.0.patch
Normal file
12
patches/react-native-navigation-bar-color+1.0.0.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/node_modules/react-native-navigation-bar-color/android/build.gradle b/node_modules/react-native-navigation-bar-color/android/build.gradle
|
||||
index 24026a4..b1f1d05 100644
|
||||
--- a/node_modules/react-native-navigation-bar-color/android/build.gradle
|
||||
+++ b/node_modules/react-native-navigation-bar-color/android/build.gradle
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
@ -1,7 +1,16 @@
|
||||
diff --git a/node_modules/react-native-os/android/build.gradle b/node_modules/react-native-os/android/build.gradle
|
||||
index 7055b60..784681d 100644
|
||||
index 7055b60..af9f183 100644
|
||||
--- a/node_modules/react-native-os/android/build.gradle
|
||||
+++ b/node_modules/react-native-os/android/build.gradle
|
||||
@@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -44,5 +44,5 @@ repositories {
|
||||
}
|
||||
|
||||
|
22
patches/react-native-pager-view+5.4.25.patch
Normal file
22
patches/react-native-pager-view+5.4.25.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/node_modules/react-native-pager-view/android/build.gradle b/node_modules/react-native-pager-view/android/build.gradle
|
||||
index 260b52f..e929c19 100644
|
||||
--- a/node_modules/react-native-pager-view/android/build.gradle
|
||||
+++ b/node_modules/react-native-pager-view/android/build.gradle
|
||||
@@ -4,7 +4,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -51,7 +51,7 @@ android {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
google()
|
||||
|
||||
def found = false
|
20
patches/react-native-randombytes+3.6.1.patch
Normal file
20
patches/react-native-randombytes+3.6.1.patch
Normal file
@ -0,0 +1,20 @@
|
||||
diff --git a/node_modules/react-native-randombytes/build.gradle b/node_modules/react-native-randombytes/build.gradle
|
||||
index cfc3084..76e05a9 100644
|
||||
--- a/node_modules/react-native-randombytes/build.gradle
|
||||
+++ b/node_modules/react-native-randombytes/build.gradle
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||
@@ -13,6 +13,6 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
3396
patches/react-native-restart+0.0.23.patch
Normal file
3396
patches/react-native-restart+0.0.23.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,135 @@ index da58b52..c16e40b 100644
|
||||
tabStyle: ViewPropTypes.style,
|
||||
renderTab: PropTypes.func,
|
||||
underlineStyle: ViewPropTypes.style,
|
||||
diff --git a/node_modules/react-native-scrollable-tab-view/Example/android/build.gradle b/node_modules/react-native-scrollable-tab-view/Example/android/build.gradle
|
||||
index eed9972..61bdb60 100644
|
||||
--- a/node_modules/react-native-scrollable-tab-view/Example/android/build.gradle
|
||||
+++ b/node_modules/react-native-scrollable-tab-view/Example/android/build.gradle
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
@@ -15,7 +15,7 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
diff --git a/node_modules/react-native-scrollable-tab-view/Example/package.json b/node_modules/react-native-scrollable-tab-view/Example/package.json
|
||||
index 43348c7..3b037c0 100644
|
||||
--- a/node_modules/react-native-scrollable-tab-view/Example/package.json
|
||||
+++ b/node_modules/react-native-scrollable-tab-view/Example/package.json
|
||||
@@ -1,26 +1,78 @@
|
||||
{
|
||||
- "name": "Example",
|
||||
- "version": "0.0.1",
|
||||
- "private": true,
|
||||
- "scripts": {
|
||||
- "start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
- "test": "jest"
|
||||
- },
|
||||
- "dependencies": {
|
||||
- "create-react-class": "^15.6.2",
|
||||
- "react": "16.0.0",
|
||||
- "react-native": "0.48.4",
|
||||
- "react-native-scrollable-tab-view": "file:../",
|
||||
- "react-native-vector-icons": "^4.4.0",
|
||||
- "react-navigation": "^1.0.0-beta.13"
|
||||
- },
|
||||
- "devDependencies": {
|
||||
- "babel-jest": "21.2.0",
|
||||
- "babel-preset-react-native": "4.0.0",
|
||||
- "jest": "21.2.1",
|
||||
- "react-test-renderer": "16.0.0"
|
||||
- },
|
||||
- "jest": {
|
||||
- "preset": "react-native"
|
||||
- }
|
||||
+ "name": "Example",
|
||||
+ "version": "0.0.1",
|
||||
+ "private": true,
|
||||
+ "scripts": {
|
||||
+ "start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
+ "test": "jest"
|
||||
+ },
|
||||
+ "dependencies": {
|
||||
+ "create-react-class": "^15.6.2",
|
||||
+ "react": "16.0.0",
|
||||
+ "react-native": "0.48.4",
|
||||
+ "react-native-scrollable-tab-view": "file:../",
|
||||
+ "react-native-vector-icons": "^4.4.0",
|
||||
+ "react-navigation": "^1.0.0-beta.13"
|
||||
+ },
|
||||
+ "devDependencies": {
|
||||
+ "babel-jest": "21.2.0",
|
||||
+ "babel-preset-react-native": "4.0.0",
|
||||
+ "jest": "21.2.1",
|
||||
+ "react-test-renderer": "16.0.0"
|
||||
+ },
|
||||
+ "jest": {
|
||||
+ "preset": "react-native"
|
||||
+ },
|
||||
+ "react-native": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ },
|
||||
+ "browser": {
|
||||
+ "zlib": "browserify-zlib",
|
||||
+ "console": "console-browserify",
|
||||
+ "constants": "constants-browserify",
|
||||
+ "crypto": "react-native-crypto",
|
||||
+ "dns": "dns.js",
|
||||
+ "net": "react-native-tcp",
|
||||
+ "domain": "domain-browser",
|
||||
+ "http": "@tradle/react-native-http",
|
||||
+ "https": "https-browserify",
|
||||
+ "os": "react-native-os",
|
||||
+ "path": "path-browserify",
|
||||
+ "querystring": "querystring-es3",
|
||||
+ "fs": "react-native-level-fs",
|
||||
+ "_stream_transform": "readable-stream/transform",
|
||||
+ "_stream_readable": "readable-stream/readable",
|
||||
+ "_stream_writable": "readable-stream/writable",
|
||||
+ "_stream_duplex": "readable-stream/duplex",
|
||||
+ "_stream_passthrough": "readable-stream/passthrough",
|
||||
+ "dgram": "react-native-udp",
|
||||
+ "stream": "stream-browserify",
|
||||
+ "timers": "timers-browserify",
|
||||
+ "tty": "tty-browserify",
|
||||
+ "vm": "vm-browserify",
|
||||
+ "tls": false
|
||||
+ }
|
||||
}
|
||||
diff --git a/node_modules/react-native-scrollable-tab-view/ScrollableTabBar.js b/node_modules/react-native-scrollable-tab-view/ScrollableTabBar.js
|
||||
index 1500b2d..0be6fea 100644
|
||||
--- a/node_modules/react-native-scrollable-tab-view/ScrollableTabBar.js
|
||||
|
@ -1,7 +1,16 @@
|
||||
diff --git a/node_modules/react-native-tcp/android/build.gradle b/node_modules/react-native-tcp/android/build.gradle
|
||||
index c582eb7..5785289 100644
|
||||
index c582eb7..8e7c4c4 100644
|
||||
--- a/node_modules/react-native-tcp/android/build.gradle
|
||||
+++ b/node_modules/react-native-tcp/android/build.gradle
|
||||
@@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -44,6 +44,6 @@ repositories {
|
||||
}
|
||||
|
||||
|
22
patches/react-native-vector-icons+6.7.0.patch
Normal file
22
patches/react-native-vector-icons+6.7.0.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/node_modules/react-native-vector-icons/android/build.gradle b/node_modules/react-native-vector-icons/android/build.gradle
|
||||
index 7a686f2..ea53690 100755
|
||||
--- a/node_modules/react-native-vector-icons/android/build.gradle
|
||||
+++ b/node_modules/react-native-vector-icons/android/build.gradle
|
||||
@@ -5,7 +5,7 @@ buildscript {
|
||||
if (project == rootProject) {
|
||||
repositories {
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -38,7 +38,7 @@ android {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
- jcenter()
|
||||
+ mavenCentral() //patched
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
Loading…
Reference in New Issue
Block a user