Skip to content

Commit 2c52131

Browse files
Riccardo Cipolleschifacebook-github-bot
Riccardo Cipolleschi
authored andcommitted
Add link to documentation in warning (#33673)
Summary: Pull Request resolved: #33673 This PR solves a TODO in a script that required a link to the documentation on the website. ## Changelog [iOS][Changed] - Adding a link in a message for the users. Reviewed By: cortinico Differential Revision: D35742810 fbshipit-source-id: b7416a5bead5fa525ca69f05391b307195f5c987
1 parent d7b64b8 commit 2c52131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xcode/with-environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
"echo 'export NODE_BINARY=$(command -v node)' > .xcode.env " \
3838
"in the ios folder. This is needed by React Native to work correctly. " \
3939
"We fallback to the DEPRECATED behavior of finding `node`. This will be REMOVED in a future version. " \
40-
"You can read more about this here: <TODO-ADD LINK HERE>" >&2
40+
"You can read more about this here: https://reactnative.dev/docs/environment-setup#optional-configuring-your-environment" >&2
4141
source "../find-node-for-xcode.sh"
4242
fi
4343

0 commit comments

Comments
 (0)