React Native 를 위한 Mac 필수 설치 homebrew 설치 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh )" nodejs 설치 $ brew install node watchman 설치 $ brew install watchman React Native CLI 설치 $ npm install -g react-native-cli Xcode 설치 CocoaPods 설치 JDK 설치 Android Studio 설치
제가 경험한 것을 올린 블로그입니다 친절한 설명은 없습니다 [개인 github : https://github.com/Limdh3325]