File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ task checkHermesOverride {
142
142
" React Native Node-API needs a custom version of Hermes with Node-API enabled." ,
143
143
" Run the following in your terminal, to clone Hermes and instruct React Native to use it:" ,
144
144
" " ,
145
- " export REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent --force)" ,
145
+ " export REACT_NATIVE_OVERRIDE_HERMES_DIR=\ $ (npx react-native-node-api vendor-hermes --silent --force)" ,
146
146
" " ,
147
147
" And follow this guide to build React Native from source:" ,
148
148
" https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ describe(
38
38
) ;
39
39
assert . match (
40
40
stderr ,
41
- / e x p o r t R E A C T _ N A T I V E _ O V E R R I D E _ H E R M E S _ D I R = ` n p x r e a c t - n a t i v e - n o d e - a p i v e n d o r - h e r m e s - - s i l e n t - - f o r c e ` / ,
41
+ / e x p o r t R E A C T _ N A T I V E _ O V E R R I D E _ H E R M E S _ D I R = \$ \( n p x r e a c t - n a t i v e - n o d e - a p i v e n d o r - h e r m e s - - s i l e n t - - f o r c e \) / ,
42
42
) ;
43
43
assert . match (
44
44
stderr ,
You can’t perform that action at this time.
0 commit comments