{ "expo": { "name": "Aris", "slug": "aris-client", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "aris", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true }, "ITSAppUsesNonExemptEncryption": false }, "bundleIdentifier": "sh.nym.aris" }, "android": { "adaptiveIcon": { "backgroundColor": "#E6F4FE", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "package": "sh.nym.aris" }, "web": { "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", "dark": { "backgroundColor": "#000000" } } ], "expo-font" ], "experiments": { "typedRoutes": true, "reactCompiler": true }, "extra": { "router": {}, "eas": { "projectId": "61092d23-36aa-418e-929d-ea40dc912e8f" } } } }