File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ task checkHermesOverride {
138138 doFirst {
139139 if (! System . getenv(" REACT_NATIVE_OVERRIDE_HERMES_DIR" )) {
140140 throw new GradleException ([
141- " React Native Node-API needs a custom version of Hermes with Node-API enabled." ,
142- " Run the following in your terminal, to clone Hermes and instruct React Native to use it:" ,
143- " " ,
144- " export REACT_NATIVE_OVERRIDE_HERMES_DIR=`npx react-native-node-api vendor-hermes --silent --force`" ,
145- " " ,
146- " And follow this guide to build React Native from source:" ,
147- " https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source"
141+ " React Native Node-API needs a custom version of Hermes with Node-API enabled." ,
142+ " Run the following in your terminal, to clone Hermes and instruct React Native to use it:" ,
143+ " " ,
144+ " export REACT_NATIVE_OVERRIDE_HERMES_DIR=`npx react-native-node-api vendor-hermes --silent --force`" ,
145+ " " ,
146+ " And follow this guide to build React Native from source:" ,
147+ " https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source"
148148 ]. join(' \n ' ))
149149 }
150150 }
You can’t perform that action at this time.
0 commit comments