Project

1.React native 개발환경 셋팅

ji_su_04 2025. 1. 13. 22:09

 

brew install watchman

 

  • homebrew를 이용하여 watchman을 설치해준다. (React native 파일 시스템의 변경 사항을 감지)
  • app store에서 xcode 설치

https://developer.android.com/studio?hl=ko

 

Android 스튜디오 및 앱 도구 다운로드 - Android 개발자  |  Android Studio  |  Android Developers

Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.

developer.android.com

 

  • Android 앱 개발을 위해 스튜디오 설치
npm install -g react-native-cli
  • react native cli 설치
npx react-native init MyNewProject

 

  • 프로젝트 생성
반응형