
제3강에서 mainpage.js 코드스니펫 복퉅하고 에러가 뜹니다
작성한 코드 및 에러 메세지
undefined Unable to resolve module ./AdMobBanner from C:\Users\Tutto Group\Desktop\sparta-study\sparta-myhoneytip-jo\node_modules\expo-ads-admob\build\index.js:
None of these files exist:
* node_modules\expo-ads-admob\build\AdMobBanner(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
* node_modules\expo-ads-admob\build\AdMobBanner\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
> 1 | export { default as AdMobBanner } from './AdMobBanner';
| ^
2 | export { default as AdMobInterstitial } from './AdMobInterstitial';
3 | export { default as AdMobRewarded } from './AdMobRewarded';
4 | export { default as PublisherBanner } from './PublisherBanner';
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:34793:25 in showCompileError
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:34712:28 in <unknown>
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:34981:22 in onmessage
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:32383:30 in dispatchEvent
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:33426:30 in <unknown>
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:23987:35 in __callFunction
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:23715:30 in <unknown>
at http://192.168.35.20:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:23714:20 in callFunctionReturnFlushedQueue오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
