React-Native 기본 설정

신상우·2024년 8월 24일

사이드 프로젝트

목록 보기
2/11
post-thumbnail

공식홈페이지
https://reactnative.dev/docs/set-up-your-environment

1. node -v, java -version 확인하기

node -v  확인하기
java -version 확인하기

없으면 설치

choco install -y nodejs-lts microsoft-openjdk17

2. SDK Platforms 설치



Android SDK Platform 34
Intel x86 Atom_64 System Image또는Google APIs Intel x86 Atom System Image

또는 인데 둘다 해도 상관없겠죠? 문제 있으면 댓글 부탁드려요! ㅠㅠ

설치 완료!

3. ANDROID_HOME 환경 변수 구성


설치 확인

Get-ChildItem -Path Env:\

4. Path에 platform-tools 추가

profile
기록 남기기

0개의 댓글