Skip to content

Commit

Permalink
Add link to documentation in warning (#33673)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Riccardo Cipolleschi authored and facebook-github-bot committed Apr 20, 2022
1 parent d7b64b8 commit 2c52131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xcode/with-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
"echo 'export NODE_BINARY=$(command -v node)' > .xcode.env " \
"in the ios folder. This is needed by React Native to work correctly. " \
"We fallback to the DEPRECATED behavior of finding `node`. This will be REMOVED in a future version. " \
"You can read more about this here: <TODO-ADD LINK HERE>" >&2
"You can read more about this here: https://reactnative.dev/docs/environment-setup#optional-configuring-your-environment" >&2
source "../find-node-for-xcode.sh"
fi

Expand Down

0 comments on commit 2c52131

Please sign in to comment.