{ "expo": { "name": "不动产摸底", "slug": "yljt-app", "owner": "lanrtops-organization", "version": "1.0.0", "orientation": "default", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "scheme": "property-survey", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.example.propertysurvey" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.example.propertysurvey" }, "plugins": [ [ "expo-build-properties", { "android": { "kotlinVersion": "1.9.25" } } ], "expo-router", [ "expo-sqlite", { "enableFTS": true } ] ], "experiments": { "typedRoutes": true }, "extra": { "eas": { "projectId": "27dc0343-a1df-4569-8019-82b2f061a420" } } } }