
5주차에서 이미지를 만들어 에셋에 넣고 확인 차 expo를 접속하려는데 에러가 발생하네요..

작성한 코드 및 에러 메세지
iOS Bundling failed 484ms
Unable to resolve module @iabtcf/core from C:\Users\심수현\Desktop\sparta-study\sparta-myhoneytip-sim\node_modules\react-native-google-mobile-ads\src\AdsConsent.ts: @iabtcf/core could not be found within the project or in
these directories:
node_modules
16 | */
17 |
> 18 | import { TCModel, TCString } from '@iabtcf/core';
| ^
19 | import { NativeModules } from 'react-native';
20 | import { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
21 | import { AdsConsentPurposes } from './AdsConsentPurposes';
