{ "expo": { "name": "nobs", "slug": "nobs", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.ralport.nobs", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#ffffff" }, "package": "com.ralport.nobs" }, "web": { "favicon": "./assets/icon.png" }, "plugins": [ "expo-sqlite", "expo-router" ], "extra": { "router": { "origin": false }, "eas": { "projectId": "688a4214-7c80-49b1-a9f3-283876f23e4c" } }, "owner": "ralport" } }