'Module AppRegistry is not'에 해당되는 글 1건

  1. 2019.11.17 [React Native]-Module AppRegistry is not a registered callable module {calling runApplication}

개발을 하시다가 아래의 오류를 만난적 있으신가요?


(문제의 스크린샷) 

 



해결 방법.




먼저 터미널 창에 아래의 코드를 입력해줍니다. 

$ killall -9 node

윈도우 경우에는 위의 코드 대신 아래의 코드를 입력해줍니다.

$ taskkill /f /im node.exe


그 후 다시 실행시켜 줍니다.

$ npm start --reset-cache


감사합니다.

Posted by AddChan
,