Skip to content

Commit 438c737

Browse files
committed
feat: add begining of UX/UI libs and facility as chakraUI
1 parent 7f624c5 commit 438c737

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

template/ios/.xcode.env

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# This `.xcode.env` file is versioned and is used to source the environment
2-
# used when running script phases inside Xcode.
3-
# To customize your local environment, you can create an `.xcode.env.local`
4-
# file that is not versioned.
5-
6-
# NODE_BINARY variable contains the PATH to the node executable.
7-
#
8-
# Customize the NODE_BINARY variable here.
9-
# For example, to use nvm with brew, add the following line
10-
# . "$(brew --prefix nvm)/nvm.sh" --no-use
11-
export NODE_BINARY=$(command -v node)
1+
export NODE_BINARY=/opt/homebrew/bin/node

0 commit comments

Comments
 (0)