From 4e4fa437193dcc6ea6e04cd2ae688de4b868d9f5 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 11 Jul 2019 19:52:06 +0000 Subject: [PATCH] Deploy website Deploy website version based on 826a8280e55b5b69652a2eefc59b62dd2726e75b --- docs/next/hermes.html | 8 ++++---- docs/next/hermes/index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 = [