diff --git a/scripts/react-native-xcode.sh b/scripts/react-native-xcode.sh index b5f7544d3e83..203a9ab186a8 100755 --- a/scripts/react-native-xcode.sh +++ b/scripts/react-native-xcode.sh @@ -81,7 +81,7 @@ fi # Find path to Node # shellcheck source=/dev/null -source "$RN_DIR/scripts/find-node.sh" +source "$REACT_NATIVE_DIR/scripts/find-node.sh" # check and assign NODE_BINARY env # shellcheck source=/dev/null