2026-01-12 10:20:34 +09:00
|
|
|
{
|
|
|
|
|
"expo": {
|
|
|
|
|
"name": "fromis_9",
|
|
|
|
|
"slug": "fromis9",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"orientation": "portrait",
|
|
|
|
|
"icon": "./assets/icon.png",
|
|
|
|
|
"userInterfaceStyle": "light",
|
|
|
|
|
"newArchEnabled": true,
|
|
|
|
|
"splash": {
|
|
|
|
|
"image": "./assets/splash-icon.png",
|
|
|
|
|
"resizeMode": "contain",
|
|
|
|
|
"backgroundColor": "#FF4D8D"
|
|
|
|
|
},
|
|
|
|
|
"ios": {
|
|
|
|
|
"supportsTablet": true,
|
|
|
|
|
"bundleIdentifier": "kr.co.caadiq.fromis9"
|
|
|
|
|
},
|
|
|
|
|
"android": {
|
|
|
|
|
"adaptiveIcon": {
|
|
|
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
|
|
|
"backgroundColor": "#FF4D8D"
|
|
|
|
|
},
|
|
|
|
|
"edgeToEdgeEnabled": true,
|
|
|
|
|
"predictiveBackGestureEnabled": false,
|
|
|
|
|
"package": "kr.co.caadiq.fromis9"
|
|
|
|
|
},
|
|
|
|
|
"web": {
|
|
|
|
|
"favicon": "./assets/favicon.png"
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
2026-01-12 12:47:59 +09:00
|
|
|
"apiUrl": "https://fromis9.caadiq.co.kr/api",
|
|
|
|
|
"eas": {
|
|
|
|
|
"projectId": "fdd66225-0e4b-4e84-a231-7f5006ca8ee3"
|
|
|
|
|
}
|
2026-01-12 10:20:34 +09:00
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
"expo-font"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|