diff --git a/docs/next/hermes.html b/docs/next/hermes.html index d3b07a474c3..7fe681a2701 100644 --- a/docs/next/hermes.html +++ b/docs/next/hermes.html @@ -82,9 +82,6 @@ + enableHermes: true // clean and rebuild if changing ] -
Also, if you're using ProGuard, you will need to add this rule in proguard-rules.pro :
-keep class com.facebook.hermes.unicode.** { *; }
-
Next, if you've already built your app at least once, clean the build:
$ cd android && ./gradlew clean
diff --git a/docs/next/hermes/index.html b/docs/next/hermes/index.html
index d3b07a474c3..7fe681a2701 100644
--- a/docs/next/hermes/index.html
+++ b/docs/next/hermes/index.html
@@ -82,9 +82,6 @@
+ enableHermes: true // clean and rebuild if changing
]
-Also, if you're using ProGuard, you will need to add this rule in proguard-rules.pro :
-keep class com.facebook.hermes.unicode.** { *; }
-
Next, if you've already built your app at least once, clean the build:
$ cd android && ./gradlew clean