Skip to content

Commit

Permalink
fix(ios) fix node path in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored and Calinteodor committed Jan 16, 2025
1 parent 1827610 commit ff78bfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/.xcode.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)

. ${THIS_DIR}/../node_modules/react-native/scripts/find-node-for-xcode.sh

export NODE_BINARY=$(command -v node)
export ENTRY_FILE="${PROJECT_DIR}/../../index.ios.js"

0 comments on commit ff78bfb

Please sign in to comment.