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
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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-
43144309hermes-engine@~0.9.0 :
43154310 version "0.9.0"
43164311 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