
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
4주차 완강후 5주차 강의 듣던중에 그 동안 code가 에러가 많이 나서 튜터님의 원격도움으로 코드가 복원되면서 전체 폴더이름도 수정된 것으로 진행을 하고
있는데 강의중에 app.json파일상에 아래코드를 복붙해서 본인 app_id로 변경하라는 요청이 있는데, 아래 app.json코드를 보시면
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx",
"ios_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx"
들어갈 자리에 "owner": "hugomatilda"라고 코드를 넣어 놓으셨는데, 상기 코드로 변경을 해야할지 이대로 상기내용을 커버하는 코드인지 알려주시기 바랍니다.
그리고 제가 작업했던 기존 폴더명이 spart-hugomatilda-kim으로 되었어서 admob생성시 애드몹상에 이름도 동일하게 하여 애드몹계정을 생성해놨는데
튜터님이 복원한 폴더 이름은 tip-example로 되어 있는데 애드몹계정상의 앱이름도 이것으로 바꾸어 놔야하는지요?
작성한 코드 및 에러 메세지
{
"expo": {
"name": "tip-example-test",
"slug": "tip-example-test",
"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
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.hugomatilda.tipexampletest"
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"extra": {
"eas": {
"projectId": "be962f93-d310-4d35-ad44-a8e80e5276b0"
}
},
"owner": "hugomatilda"
}
}
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
