Replies: 2 comments 3 replies
-
에러 메시지 일부만 나타난것 같네요. 에러 메시지 나머지 부분에 다음과 같은 메시지가 있나요?
루트 경로에 metro.config.js 파일을 만들고, 다음과 같이 작성하세요. const { getDefaultConfig } = require('@expo/metro-config');
const defaultConfig = getDefaultConfig(__dirname);
defaultConfig.resolver.assetExts.push('cjs');
module.exports = defaultConfig; 그리고 리액트 네이티브를 종료하고 다시 실행해 보세요. https://docs.expo.dev/guides/customizing-metro/#adding-more-file-extensions-to--assetexts |
Beta Was this translation helpful? Give feedback.
-
감사합니다! 그런데 |
Beta Was this translation helpful? Give feedback.
-
이러한 오류가 뜨면서 실행이 안되네요
책에는 코드가 다른형식으로 나와있긴 한데 그것도 안됐습니다.
그래서 저자님이 깃허브에 올려주신 코드 복붙해서 실행해봤는데도 오류가 납니다.
Beta Was this translation helpful? Give feedback.
All reactions