{ "expo": { "name": "prayer-space-finder", "slug": "prayer-space-finder", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/logo.jpeg", "scheme": "prayerspacefinder", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "com.anonymous.prayerspacefinder", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "package": "com.anonymous.prayerspacefinder", "permissions": [ "ACCESS_FINE_LOCATION", "ACCESS_COARSE_LOCATION" ] }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ ["expo-build-properties", { "android": { "usesCleartextTraffic": true } }], "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-secure-store" ], "experiments": { "typedRoutes": true }, "extra": { "router": {}, "eas": { "projectId": "8c9da06e-de9b-4251-843f-c86aea8cfc27" } }, "owner": "sawalha04" } }