Skip to content

Commit 1d495af

Browse files
authored
Update hermes.md
1 parent 94f46ed commit 1d495af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hermes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Enabling Hermes
77
<img width="300" height="300" style="float: right; margin: -30px 4px 0;" src="/react-native/docs/assets/HermesLogo.svg"/>
88
</a>
99

10-
[Hermes](https://hermesengine.dev) 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.
10+
[Hermes](https://hermesengine.dev) 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 reduced app size. At this time Hermes is an **opt-in** React Native feature, and this guide explains how to enable it.
1111

1212
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.
1313

0 commit comments

Comments
 (0)