해결된 질문
작성
·
204
0
Invariant Violation: "matzipApp" 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., js engine: hermes
react navigation 강의에서
react-native-gesture-handler
를 설치하고 나서 계속 위와 같은 오류가 납니다. 개발환경은 윈도우이구요. 아무리 gesture-handler의 버전을 조정해봐도 같은 오류가 계속 나고 구글링을 해서 issue들을 살펴봐도 정말 명확한 해결책도 없구요.. 빨리 다음 강의 듣고싶은데 답답하네요..
답변 1
0
그전에 표시된부분을보면 이전에실행한 프로젝트 메트로가 제대로 종료되지않은것같은데요. 캐시정리해보시겠어요?
npx react-native start --reset-cache