Error: Requiring unknown module "undefined". If you are sure the module exists, try restarting Metro. You may also want to run yarn or npm install

May·2022년 4월 7일
0

React Native

목록 보기
7/7

개요

react-native 로 앱 개발 도중, navigation 초기세팅을 하다 발생한 오류이다.

Error: Requiring unknown module "undefined". If you are sure the module exists, try restarting Metro. You may also want to run yarn or npm install

해결 방법

react-native-screens 패키지 누락으로 인해 발생한 문제였다.
yarn add react-native-screens 로 해결했다.

참고 자료

https://github.com/react-navigation/react-navigation/issues/10065

profile
쉽다는 설명도 저는 어려워요.

0개의 댓글