React Native ERROR Invariant Violation: "myproject2" has not been registered. This can happen if:
맥에서 리액트 네이티브 iOS 시뮬레이터 실행 중 에러가 발생했네요.
ERROR Invariant Violation: "myproject2" has not been registered. This can happen if:* Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
* A module failed to load due to an error and `AppRegistry.registerComponent` wasn't called
Metro에서 발생한 에러인데, 에러메세지 바로 밑에 설명처럼 잘못된 폴더에서 Metro가 실행되고 있어서 발생한 에러네요. myproject에서 실행하다 만 Metro가 있길래 그냥 진행했더니 프로젝트 폴더별로 Metro가 의존적인가 봅니다. Metro를 종료하고 다시 프로젝트 실행하면 되네요.
댓글
댓글 쓰기