{ "expo": { "name": "KINTEX AI 전시관리", "slug": "kintex", "owner": "zioinfo", "scheme": "kintex", "version": "0.1.0", "orientation": "portrait", "userInterfaceStyle": "light", "icon": "./assets/icon.png", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#004C86" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "kr.co.zioinfo.kintex" }, "android": { "package": "kr.co.zioinfo.kintex", "versionCode": 1, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0066B3" } }, "web": { "bundler": "metro", "output": "single", "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-secure-store", "expo-font" ], "experiments": { "typedRoutes": false }, "extra": { "apiBase": "https://kintex.zioinfo.co.kr", "router": { "origin": false }, "eas": { "projectId": "80b0a6ae-a2f6-4a25-8a9e-daa666543647" } } } }