From 0d81e68f2251035612ba9907188cead7cebacccc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 28 Aug 2019 00:02:55 +0000 Subject: [PATCH] Deploy website Deploy website version based on 0f8515da100839990451da1d3011eec9ce24e3ed --- docs/next/hermes.html | 2 +- docs/next/hermes/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/hermes.html b/docs/next/hermes.html index 0a30b7837c1..d3b07a474c3 100644 --- a/docs/next/hermes.html +++ b/docs/next/hermes.html @@ -74,7 +74,7 @@

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.4 of React Native. If you're upgrading an existing app ensure everything works before trying to switch to Hermes.

+

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 = [
       entryFile: "index.js",
diff --git a/docs/next/hermes/index.html b/docs/next/hermes/index.html
index 0a30b7837c1..d3b07a474c3 100644
--- a/docs/next/hermes/index.html
+++ b/docs/next/hermes/index.html
@@ -74,7 +74,7 @@
 
 

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.4 of React Native. If you're upgrading an existing app ensure everything works before trying to switch to Hermes.

+

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 = [
       entryFile: "index.js",