react native 설치 기록
이미 기존에 설정된 것들에 이어서 RN을 설치했다. brew로 ruby 설치 brew install rbenv ruby-build 환경변수 추가 vi ~/.zshrc [[ -d ~/.rbenv ]] && \ export PATH=${HOME}/.rbenv/bin:${PATH} && \ eval "$(rbenv init -)" :wq로 끄고 source ~/.zshrc 로 저장 버전이 2.6.몇으로 설치됐기에 최신 버전으로(금일 기준 2.7.6) 설치 rbenv install 2.7.6 rbenv global 2.7.6 ruby local 2.7.6 프로젝트 생성 및 pod 추가 npx react-native init 프로젝트_이름 --template react-native-template-typescri..
Install · Preferences
2023. 2. 11. 15:42