방대한 문서보다 동작하는 소프트웨어

개발

[React Native] doctor

꽃게장세트 2025. 9. 24. 15:04
npx react-native doctor

Common
✓ Node.js - Required to execute JavaScript code
✓ yarn - Required to install NPM dependencies
✓ Watchman - Used for watching changes in the filesystem when in development mode
● Metro - Metro Bundler is not running Android

✓ Adb - Required to verify if the android device is attached correctly
✓ JDK - Required to compile Java code
✓ Android Studio - Required for building and installing your app on Android
✓ ANDROID_HOME - Environment variable that points to your Android SDK installation
✓ Gradlew - Build tool required for Android builds

✖ Android SDK - Required for building and installing your app on Android - Versions found: N/A - Version supported: 36.0.0 iOS
✓ Xcode - Required for building and installing your app on iOS
✓ Ruby - Required for installing iOS dependencies
✓ CocoaPods - Required for installing iOS dependencies
✓ .xcode.env - File to customize Xcode environment

Errors: 1 Warnings: 1

React Native 설치 또는 프로젝트를 생성할 때 문제가 발생한다면 doctor를 소환하면 된다. Errors, Warnings를 친절하게 알려준다.