Skip to content

Commit

Permalink
disable Hermes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Apr 24, 2024
1 parent 2124753 commit 92f55cd
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 267 deletions.
2 changes: 1 addition & 1 deletion packages/out-of-tree-platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/out-of-tree-platforms",
"version": "0.74.0-rc.1",
"version": "0.74.0",
"description": "Utils for React Native out of tree platforms.",
"keywords": ["out-of-tree", "react-native"],
"homepage": "https://github.com/callstack/react-native-visionos/tree/HEAD/packages/out-of-tree-platforms#readme",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-native/template/visionos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ target 'HelloWorld' do

use_react_native!(
:path => config[:reactNativePath],
# 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
:hermes_enabled => false,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
Expand Down
Loading

0 comments on commit 92f55cd

Please sign in to comment.