
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.

{
"expo": {
"name": "sparta-study",
"slug": "sparta-study",
"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.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": ""
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "d88ef855-745a-46bf-8fad-d15e1f66a7ec"
}
},
"plugins": [
"expo-build-properties"
]
},
"react-native-google-mobile-ads":{
"android_app_id":"ca-app-pub-4378408678858800~7446296477"
"ios_app_id":"ca-app-pub-4378408678858800~6558135498"
}
}
터미널 저렇게 떠있고, 애드몹에 ios도 추가해서 코드 넣었는데 저렇게 뜨네요
