Deploy website

Deploy website version based on 0f8515da100839990451da1d3011eec9ce24e3ed
This commit is contained in:
Website Deployment Script
2019-08-28 00:02:55 +00:00
parent 47623a7179
commit 0d81e68f22
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
<img width="300" height="300" style="float: right; margin: -30px 4px 0;" src="/react-native/docs/assets/HermesLogo.svg"/>
</a></p>
<p><a href="https://hermesengine.dev">Hermes</a> 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 <strong>opt-in</strong> React Native feature, and this guide explains how to enable it.</p>
<p>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.</p>
<p>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.</p>
<p>Edit your <code>android/app/build.gradle</code> file and make the change illustrated below:</p>
<pre><code class="hljs css language-diff"> project.ext.react = [
entryFile: "index.js",
+1 -1
View File
@@ -74,7 +74,7 @@
<img width="300" height="300" style="float: right; margin: -30px 4px 0;" src="/react-native/docs/assets/HermesLogo.svg"/>
</a></p>
<p><a href="https://hermesengine.dev">Hermes</a> 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 <strong>opt-in</strong> React Native feature, and this guide explains how to enable it.</p>
<p>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.</p>
<p>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.</p>
<p>Edit your <code>android/app/build.gradle</code> file and make the change illustrated below:</p>
<pre><code class="hljs css language-diff"> project.ext.react = [
entryFile: "index.js",