{ "expo": { "name": "asios", "slug": "asios", "version": "1.0.2", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": ["asios", "alipay2021005175632205"], "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": false, "bundleIdentifier": "com.asios", "appleTeamId": "Y9ZVX3FRX6", "buildNumber": "8", "infoPlist": { "ITSAppUsesNonExemptEncryption": false, "NSPhotoLibraryUsageDescription": "App需要访问您的相册以便您可以上传头像或保存商品分享图片。", "NSCameraUsageDescription": "App需要访问您的相机以便您可以拍摄并上传头像。" } }, "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": "com.acetoys" }, "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-native-alipay" ], "experiments": { "typedRoutes": true, "reactCompiler": true }, "extra": { "router": {}, "eas": { "projectId": "32f8987a-21cc-4897-9032-295bc3447a17" } } } }