diff --git a/docs/next/hermes.html b/docs/next/hermes.html index cb37d92eeac..e5500af2b8a 100644 --- a/docs/next/hermes.html +++ b/docs/next/hermes.html @@ -1,5 +1,5 @@ -Enabling Hermes · React NativeEnabling Hermes · React Native
Edit

Enabling Hermes

+

Edit

Enabling Hermes

-

Hermes is an open-source JavaScript engine optimized for running React Native apps on Android. For many apps, simply enabling Hermes will result in improved start-up time, decreased memory usage and smaller app size. At this time Hermes is an opt-in React Native feature, and this guide explains how to enable it.

+

Hermes is an open-source JavaScript engine optimized for running React Native apps on Android. For many apps, simply enabling Hermes will result in improved start-up time, decreased memory usage and smaller app size. At this time Hermes is an opt-in React Native feature, and this guide explains how to enable it.

First, ensure you're using at least version 0.60.2 of React Native. If you're upgrading an existing app ensure everything works before trying to switch to Hermes.

Edit your android/app/build.gradle file and make the change illustrated below:

  project.ext.react = [
diff --git a/docs/next/hermes/index.html b/docs/next/hermes/index.html
index cb37d92eeac..e5500af2b8a 100644
--- a/docs/next/hermes/index.html
+++ b/docs/next/hermes/index.html
@@ -1,5 +1,5 @@
-Enabling Hermes · React NativeEnabling Hermes · React Native
Edit

Enabling Hermes

Edit

Enabling Hermes

-

Hermes is an open-source JavaScript engine optimized for running React Native apps on Android. For many apps, simply enabling Hermes will result in improved start-up time, decreased memory usage and smaller app size. At this time Hermes is an opt-in React Native feature, and this guide explains how to enable it.

+

Hermes is an open-source JavaScript engine optimized for running React Native apps on Android. For many apps, simply enabling Hermes will result in improved start-up time, decreased memory usage and smaller app size. At this time Hermes is an opt-in React Native feature, and this guide explains how to enable it.

First, ensure you're using at least version 0.60.2 of React Native. If you're upgrading an existing app ensure everything works before trying to switch to Hermes.

Edit your android/app/build.gradle file and make the change illustrated below:

  project.ext.react = [