{ "expo": { "name": "xtablo", "slug": "xtablo-expo", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/logo.png", "scheme": "com.xtablo.app", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "usesAppleSignIn": true, "supportsTablet": true, "bundleIdentifier": "com.xtablo.app", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.xtablo.app" }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-secure-store", "expo-apple-authentication" ], "experiments": { "typedRoutes": true }, "extra": { "router": {}, "eas": { "projectId": "a3acc825-7c18-4cd4-83c7-60836639decc" } } } }