Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 546 Bytes

enable-hermes-on-react-native-for-macos.md

File metadata and controls

25 lines (16 loc) · 546 Bytes

Enable Hermes On React Native For MacOS

Category: React Native

You can enable Hermes on a React Native for macOS app. This will only work if using RN version 0.62 or higher.

Add the Hermes package:

yarn add hermes-engine-darwin

Edit macos/Podfile and uncomment the following line:

:hermes_enabled => true

Regenerate the Pods:

cd macos && pod install

When Hermes is installed and activated, you will see the message "Engine: Hermes" (with a version, for example, 0.9.0) in the welcome view.