
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
npx expo prebuild 치니깐 아래와 같이 오류가 뜹니다.

CommandError: Error parsing JSON: {
"expo": {
"name": "sparta-kim",
"slug": "sparta-kim",
"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"
},
"plugins": [
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"extra": {
"eas": {
"projectId": "39225f53-c35a-489c-812f-2e5917cc2b3f"
}
}
},
// <project-root>/app.json
{
"expo": {
// ...
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-4974443736460478~3993010894",
}
}
}
├─ File: C:\Users\luxfr\OneDrive\바 탕 화면\스파르타코딩\sparta-study\sparta-kim\app.json
└─ Cause: SyntaxError: JSON5: invalid character '{' at 49:3
47 | },
48 | // <project-root>/app.json
> 49 | {
| ^
50 | "expo": {
51 | // ...
52 | },
