1. Homebrew 설치 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # 설치확인 brew --version 2. Nodejs 설치 brew install node # 설치 확인 node -–version npm --versrion 3. Watchman 설치 brew install watchman # 설치 확인 watchman -version 4. React Native CLI 설치 X reactnative.dev/docs/environment-setup 위 가이드를 보면 알 수 있듯이 최신 버전에서는 react-native-cli를 globally 설치하면 안된다. 그렇..