From a1ce1796a6bb47449d7a50425d306316129bd712 Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Sun, 22 Mar 2020 19:13:10 -0400 Subject: [PATCH] OPS: Enable Hermes --- android/app/build.gradle | 2 +- android/gradle/wrapper/gradle-wrapper.properties | 2 +- package-lock.json | 5 +++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7631fa6d..c0078aa7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -77,7 +77,7 @@ import com.android.build.OutputFile project.ext.react = [ entryFile: "index.js", - enableHermes: false, // clean and rebuild if changing + enableHermes: true, // clean and rebuild if changing ] apply from: "../../node_modules/react-native/react.gradle" diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index e0c4de36..562e2c88 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/package-lock.json b/package-lock.json index ae35fd44..0930531e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11684,8 +11684,9 @@ } }, "react-native-swiper": { - "version": "git+https://github.com/BlueWallet/react-native-swiper.git#e4dbde6657f6c66cba50f8abca7c472b47297c7f", - "from": "git+https://github.com/BlueWallet/react-native-swiper.git#1.5.14", + "version": "1.6.0-nightly.5", + "resolved": "https://registry.npmjs.org/react-native-swiper/-/react-native-swiper-1.6.0-nightly.5.tgz", + "integrity": "sha512-0siIUvD7FcGPSjRtsMyTWWmosUA+kJNT0WbJ0lf3Drp8vxeuWAg5kSmvQO+dJpISugcBWpfBc0OBDC5fBl+DsA==", "requires": { "prop-types": "^15.5.10" } diff --git a/package.json b/package.json index f33399d2..1ded1344 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "react-native-snap-carousel": "3.8.4", "react-native-sortable-list": "0.0.23", "react-native-svg": "9.13.6", - "react-native-swiper": "git+https://github.com/BlueWallet/react-native-swiper.git#1.5.14", + "react-native-swiper": "1.6.0-nightly.5", "react-native-tcp": "git+https://github.com/aprock/react-native-tcp.git", "react-native-tooltip": "git+https://github.com/marcosrdz/react-native-tooltip.git", "react-native-vector-icons": "6.6.0",