Skip to content

Commit b654276

Browse files
committed
disable Hermes by default
1 parent e160352 commit b654276

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/out-of-tree-platforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/out-of-tree-platforms",
3-
"version": "0.74.0-rc.1",
3+
"version": "0.74.0",
44
"description": "Utils for React Native out of tree platforms.",
55
"keywords": ["out-of-tree", "react-native"],
66
"homepage": "https://github.com/callstack/react-native-visionos/tree/HEAD/packages/out-of-tree-platforms#readme",

packages/react-native/template/visionos/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ target 'HelloWorld' do
2020

2121
use_react_native!(
2222
:path => config[:reactNativePath],
23+
# Hermes is disabled for visionOS, until it's officially supported. If you want to run Hermes anyway, check this issue: https://github.com/callstack/react-native-visionos/issues/128
24+
:hermes_enabled => false,
2325
# An absolute path to your application root.
2426
:app_path => "#{Pod::Config.instance.installation_root}/.."
2527
)

0 commit comments

Comments
 (0)