Skip to content

Commit 4e0933e

Browse files
authored
Enable Hermes in macOS Podfile
1 parent 2dddc18 commit 4e0933e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/local-cli/generator-macos/templates/macos

1 file changed

+1
-1
lines changed

packages/react-native/local-cli/generator-macos/templates/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ target 'HelloWorld-macOS' do
1212

1313
use_react_native!(
1414
:path => '../node_modules/react-native-macos',
15-
:hermes_enabled => false,
15+
:hermes_enabled => true,
1616
:fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1',
1717
# An absolute path to your application root.
1818
:app_path => "#{Pod::Config.instance.installation_root}/.."

0 commit comments

Comments
 (0)