{ "expo": { "name": "Colanode", "slug": "colanode", "version": "1.0.0", "scheme": "colanode", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "cover", "backgroundColor": "#272727" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.colanode.mobile", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0a0a0a" }, "edgeToEdgeEnabled": true, "package": "com.colanode.mobile" }, "plugins": [ "expo-asset", "expo-sqlite", "expo-router" ], "extra": { "router": {}, "eas": { "projectId": "e96f3607-3c1c-4576-bb48-89ec3166db64" } } } }