
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요? admob광고 설정 따라하기가 좀 힘드네요
npx expo prebuild 를 치면 아래와 같은 오류가 떠서 eas prebuild가 진행이 안됩니다.
app.json 파일 관련 오류가 아닌가 싶어 app.json도 같이 올립니다.

작성한 코드 및 에러 메세지
<app.json>
{
"expo": {
"name": "sparta-myhoneytip-shi",
"slug": "sparta-myhoneytip-shi",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.shi",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.shi",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": ""
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "8aead3ba-eaa6-483f-b357-2dce3d94a2a4"
}
},
"plugins": [
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx",
"ios_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx"
}
}
