Phecda

build(android): enable Hermes

@@ -77,7 +77,7 @@ import com.android.build.OutputFile @@ -77,7 +77,7 @@ import com.android.build.OutputFile
77 77
78 project.ext.react = [ 78 project.ext.react = [
79 entryFile: "index.js", 79 entryFile: "index.js",
80 - enableHermes: false, // clean and rebuild if changing 80 + enableHermes: true, // clean and rebuild if changing
81 ] 81 ]
82 82
83 apply from: "../../node_modules/react-native/react.gradle" 83 apply from: "../../node_modules/react-native/react.gradle"
@@ -8,3 +8,5 @@ @@ -8,3 +8,5 @@
8 # http://developer.android.com/guide/developing/tools/proguard.html 8 # http://developer.android.com/guide/developing/tools/proguard.html
9 9
10 # Add any project specific keep options here: 10 # Add any project specific keep options here:
  11 +
  12 +-keep class com.facebook.hermes.unicode.** { *; }