Something wrong in react-native-xcode.sh.
Description
Can't find node binary because we don't have $RN_DIR definition in react-native-xcode.sh
React Native version:
0.65 or 0.65.1
Snack, code example, screenshot, or link to a repository:
# Find path to Node
# shellcheck source=/dev/null
source "$RN_DIR/scripts/find-node.sh"
# check and assign NODE_BINARY env
# shellcheck source=/dev/null
source "$REACT_NATIVE_DIR/scripts/node-binary.sh"
Replace $RN_DIR with $REACT_NATIVE_DIR, everything is OK.
Something wrong in
react-native-xcode.sh.Description
Can't find node binary because we don't have $RN_DIR definition in
react-native-xcode.shReact Native version:
0.65 or 0.65.1
Snack, code example, screenshot, or link to a repository:
Replace $RN_DIR with $REACT_NATIVE_DIR, everything is OK.