mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
995d5b832d
Summary: This is a copy of the current packages/react-native/template that we exclusively use internally for testing. Changelog: [Internal] NOTE: Best contribution would be to scan the file list and ensure there isn't anything that shouldn't be in there. bypass-github-export-checks Reviewed By: cortinico, cipolleschi Differential Revision: D56242484 fbshipit-source-id: 0913ff7acff9b0314b49f48e986674b77dbb908e
12 lines
482 B
Bash
12 lines
482 B
Bash
# This `.xcode.env` file is versioned and is used to source the environment
|
|
# used when running script phases inside Xcode.
|
|
# To customize your local environment, you can create an `.xcode.env.local`
|
|
# file that is not versioned.
|
|
|
|
# NODE_BINARY variable contains the PATH to the node executable.
|
|
#
|
|
# Customize the NODE_BINARY variable here.
|
|
# For example, to use nvm with brew, add the following line
|
|
# . "$(brew --prefix nvm)/nvm.sh" --no-use
|
|
export NODE_BINARY=$(command -v node)
|