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