Skip to content

Commit f9dccaa

Browse files
Saadnajmitido64
andauthored
Remove references to hermes-engine-darwin (#956)
* Remove hermes-engine-darwin, update generator-macos * fix typo * one postinstall * remove test targets * disable flipper * minimal changes to podfile * one less diff * Updatee from PR comments * Update local-cli/generator-macos/templates/macos/Podfile Co-authored-by: Tommy Nguyen <[email protected]> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent c2e966d commit f9dccaa

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

local-cli/generator-macos/templates/macos/Podfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ target 'HelloWorld-macOS' do
66
use_native_modules!
77
use_react_native!(
88
:path => '../node_modules/react-native-macos',
9-
10-
# To use Hermes, install the `hermes-engine-darwin` npm package, e.g.:
11-
# $ yarn add 'hermes-engine-darwin@~0.5.3'
12-
#
13-
# Then enable this option:
14-
# :hermes_enabled => true
9+
# to enable hermes on macOS, change `false` to `true` and then install pods
10+
:hermes_enabled => false
1511
)
1612

1713
# Pods specifically for macOS target
@@ -29,7 +25,6 @@ target 'HelloWorld-iOS' do
2925
use_flipper!
3026

3127
post_install do |installer|
32-
flipper_post_install(installer)
3328
react_native_post_install(installer)
3429
__apply_Xcode_12_5_M1_post_install_workaround(installer)
3530
end

repo-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"eslint-plugin-react-native": "3.10.0",
4040
"eslint-plugin-relay": "1.8.1",
4141
"flow-bin": "^0.158.0",
42-
"hermes-engine-darwin": "~0.5.0",
4342
"jest": "^26.6.3",
4443
"jest-junit": "^10.0.0",
4544
"jscodeshift": "^0.11.0",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4306,11 +4306,6 @@ has@^1.0.3:
43064306
dependencies:
43074307
function-bind "^1.1.1"
43084308

4309-
hermes-engine-darwin@~0.5.0:
4310-
version "0.5.3"
4311-
resolved "https://registry.yarnpkg.com/hermes-engine-darwin/-/hermes-engine-darwin-0.5.3.tgz#4eb8edabfff640c2150cf974290a03429b66cc11"
4312-
integrity sha512-TwCpLJgEDm/Z2pOr88IDlXlC1Y3WITvXoYtOr4iChc6ecJqYOUklQW838lKZ7urBBFfPb0rW6poVD6iZORdzZQ==
4313-
43144309
hermes-engine@~0.9.0:
43154310
version "0.9.0"
43164311
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.9.0.tgz#84d9cfe84e8f6b1b2020d6e71b350cec84ed982f"

0 commit comments

Comments
 (0)