Skip to content

Commit

Permalink
Replaced RN_DIR with REACT_NATIVE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
garethknowles authored Sep 17, 2021
1 parent 5683932 commit b7f28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react-native-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7f28b5

Please sign in to comment.