From b7f28b595757944473d217d895e95a19c0168886 Mon Sep 17 00:00:00 2001 From: Gareth Knowles Date: Fri, 17 Sep 2021 12:05:30 +0100 Subject: [PATCH] Replaced RN_DIR with REACT_NATIVE_DIR Fixes https://github.com/facebook/react-native/issues/32168 --- scripts/react-native-xcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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