

강의 속
강의 따라 하다가 즉문즉답 경로 해결하고 설치할꺼 빠뜨린거 있어서 설치하고 하는데 "plugins": [
"expo-build-properties"
있는 위치야 조금 늣게 설치해서 제일 뒤로 갔는데 그냥 두고 app.json에 붙이라는거 붙이는데 오류 나요. 강의 보고는 뭐가 문제인지 모르겠네요.
{
"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
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": ""
}
},
"extra": {
"eas": {
"projectId": "d88ef855-745a-46bf-8fad-d15e1f66a7ec"
}
},
"plugins": [
"expo-build-properties"
]
}
}
app.json

