Browse Source

OPS: Enable Hermes

settings-bar
marcosrdz 5 years ago
committed by Overtorment
parent
commit
a1ce1796a6
  1. 2
      android/app/build.gradle
  2. 2
      android/gradle/wrapper/gradle-wrapper.properties
  3. 5
      package-lock.json
  4. 2
      package.json

2
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"

2
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

5
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"
}

2
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",

Loading…
Cancel
Save