File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
local-cli/generator-macos/templates/macos Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,8 @@ target 'HelloWorld-macOS' do
6
6
use_native_modules!
7
7
use_react_native! (
8
8
: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
15
11
)
16
12
17
13
# Pods specifically for macOS target
@@ -29,7 +25,6 @@ target 'HelloWorld-iOS' do
29
25
use_flipper!
30
26
31
27
post_install do |installer |
32
- flipper_post_install ( installer )
33
28
react_native_post_install ( installer )
34
29
__apply_Xcode_12_5_M1_post_install_workaround ( installer )
35
30
end
Original file line number Diff line number Diff line change 39
39
"eslint-plugin-react-native" : " 3.10.0" ,
40
40
"eslint-plugin-relay" : " 1.8.1" ,
41
41
"flow-bin" : " ^0.158.0" ,
42
- "hermes-engine-darwin" : " ~0.5.0" ,
43
42
"jest" : " ^26.6.3" ,
44
43
"jest-junit" : " ^10.0.0" ,
45
44
"jscodeshift" : " ^0.11.0" ,
Original file line number Diff line number Diff line change @@ -4306,11 +4306,6 @@ has@^1.0.3:
4306
4306
dependencies :
4307
4307
function-bind "^1.1.1"
4308
4308
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
-
4314
4309
hermes-engine@~0.9.0 :
4315
4310
version "0.9.0"
4316
4311
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.9.0.tgz#84d9cfe84e8f6b1b2020d6e71b350cec84ed982f"
You can’t perform that action at this time.
0 commit comments