{ "expo": { "name": "KINTEX AI 전시관리", "slug": "kintex", "scheme": "kintex", "version": "0.1.0", "orientation": "portrait", "userInterfaceStyle": "light", "newArchEnabled": false, "splash": { "resizeMode": "contain", "backgroundColor": "#004C86" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "kr.co.zioinfo.kintex" }, "android": { "package": "kr.co.zioinfo.kintex", "adaptiveIcon": { "backgroundColor": "#0066B3" } }, "web": { "bundler": "metro", "output": "single" }, "plugins": [ "expo-router", "expo-secure-store" ], "experiments": { "typedRoutes": false }, "extra": { "apiBase": "https://kintex.zioinfo.co.kr" } } }