RN 0.85 + React 19 기반 apps/mobile-rn 프로젝트 생성. 6개 화면 이식 (Login, Dash, History, Record, Talk, Settings). @react-navigation/native + bottom-tabs 네비게이션 구성. Windows NDK CMake libc++_shared 링크 버그 워크아라운드 포함. Galaxy Fold (SM_F956N) 무선 디버깅 APK 설치 확인.
11 lines
482 B
Bash
11 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)
|