You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- 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"
|