공식 문서를 보시면 더 정확합니다. 공식문서에서
React Native CLI Quickstart
탭에MacOS
,iOS
를 선택하셔서 문서를 확인하세요.
Node는 기존에 설치되어 있으면, 설치하지 않아도 됩니다.
brew install node
brew install watchman
https://apps.apple.com/us/app/xcode/id497799835?mt=12
sudo gem install cocoapods
fork 뜨시고, 개인 repository를 clone 해주세요.
git clone git@github.com:{YOU}/where-is-the-best-restaurants.git
// project root
yarn install
// project root
cd ios
pod install
// project root
yarn react-native run-ios