Create React Native 으로 생성한프로젝트를 npm start로 실행시 아래스샷과 같은 에러가 발생하였다.
해결방법
**npm start 시 아래에 에러가발생한다면 https://git.io/v5vcn URL 을 참조하여
brew 업데이트하고 watchman 을 설치한다.**
brew update
brew install watchman
Expo앱이 정상동작한결과
Create React Native 으로 생성한프로젝트를 npm start로 실행시 아래스샷과 같은 에러가 발생하였다.
해결방법
**npm start 시 아래에 에러가발생한다면 https://git.io/v5vcn URL 을 참조하여
brew 업데이트하고 watchman 을 설치한다.**
brew update
brew install watchman
Expo앱이 정상동작한결과