{ "expo": { "name": "digital-pilates", "slug": "digital-pilates", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "digitalpilates", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "com.anonymous.digitalpilates", "infoPlist": { "ITSAppUsesNonExemptEncryption": false, "NSCameraUsageDescription": "应用需要使用相机以拍摄您的体态照片用于AI测评。", "NSPhotoLibraryUsageDescription": "应用需要访问相册以选择您的体态照片用于AI测评。", "NSPhotoLibraryAddUsageDescription": "应用需要写入相册以保存拍摄的体态照片(可选)。" } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "package": "com.anonymous.digitalpilates" }, "web": { "bundler": "metro", "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" } ], [ "react-native-health", { "enableHealthAPI": true, "healthSharePermission": "应用需要访问您的健康数据(步数与能量消耗)以展示运动统计。" } ] ], "experiments": { "typedRoutes": true } } }