1. PowerShell에서 다음 명령으로 Chocolatey 설치
    1. cmd에서 다음 명령으로 Chocolatey 설치
  • 2) choco install -y nodejs.install 로 nodejs 설치 (node 버전 14 이상)
    1. nvm, node 설치 (node 버전 14 이상)
  • 3) Python 설치 - choco install -y python2
    1. Python 설치 - choco install -y python3
    1. JDK 설치 - choco install -y openjdk11 (JDK 버전 11 이상)
    1. yarn 설치 - npm install -g yarn
  • 6) React Native CLI, React-Native 설치 - npm install -g react-native-cli , npm install -g react-native
    1. React-Native 설치 - yarn add -global react-native
    1. Android Studio 다운로드 및 설치, 환경변수 등록
    1. React-Native 프로젝트 생성