728x90
잘만 되던 프로젝트를 다시 Android로 실행하면 다음과 같이 에러가 뜰 때가 있다.
코드는 건든게 없고.. 프로젝트를 삭제하고 ./gradlew clean으로 캐쉬를 비워주어도 해결이 되지 않았다.
연유는 모르겠으나 RN 프로젝트 가끔 뻑이 나는 경우 사용하는 4가지 방법 중 하나인 맥을 리부팅 해보았더니 정상적으로 해결이 되었다..
(4가지 방법 = npm reinstall, 네이티브단 캐쉬 삭제, 프로젝트 삭제 후 재설치, PC 리부팅)
Invariant Violation: "projectname" 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.
원인은 잘 모르겠다.. 아시는 분 있으면 댓글 부탁드립니다😂
728x90
'Front-end > App' 카테고리의 다른 글
react-native-config로 .env 환경변수 설정하기 (0) | 2022.10.26 |
---|---|
[React Native] React Native 버전 변경하는 법(Upgrade or Degrade) (0) | 2022.08.05 |
[React Native] Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage. reject 이슈 (0) | 2022.07.30 |
[React Native] 안드로이드 릴리즈 버전일 때 튕기는 경우(react-native-svg 라이브러리 적용 확인) (0) | 2022.07.30 |
[React Native] Android Studio에서 안드로이드 에뮬레이터 직접 실행 시 업데이트가 안될 때 (0) | 2022.07.30 |