React Native will run
https://github.com/facebook/react-native/blob/main/scripts/find-node-for-xcode.sh
as part of a post build phase in Xcode, which will search for node in likely
places for macOS.
This enables the developer run the build from Xcode, when following the nix
developer documents.
Currently, the Nix environment would only succeed if ran from the command line
inside of a nix shell.
Related to: