mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on 0f8515da100839990451da1d3011eec9ce24e3ed
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user