[RN] react-native Mac M1 개발환경 세팅
·
Program Setting
- xcode설치 안드로이드 스튜디오 설치 안드로이드 스튜디오 실행 xcode실행 https://ddioniii.tistory.com/48 참고 - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users//.zprofile - eval "$(/opt/homebrew/bin/brew shellenv)" - brew help - brew install node node --version brew install yarn brew install ruby brew install cocoapo..