| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "expo": {
- "name": "艾斯",
- "slug": "asios",
- "version": "1.0.4",
- "orientation": "portrait",
- "icon": "./assets/images/icon.png",
- "scheme": ["asios", "alipay2021005175632205"],
- "userInterfaceStyle": "automatic",
- "newArchEnabled": true,
- "ios": {
- "supportsTablet": false,
- "bundleIdentifier": "com.asios",
- "appleTeamId": "Y9ZVX3FRX6",
- "buildNumber": "20",
- "infoPlist": {
- "CFBundleDisplayName": "艾斯潮盒",
- "ITSAppUsesNonExemptEncryption": false,
- "NSPhotoLibraryUsageDescription": "App需要访问您的相册以便您可以上传头像或保存商品分享图片。",
- "NSCameraUsageDescription": "App需要访问您的相机以便您可以拍摄并上传头像。"
- }
- },
- "android": {
- "adaptiveIcon": {
- "backgroundColor": "#1a1a2e",
- "foregroundImage": "./assets/images/android-app-icon.png"
- },
- "edgeToEdgeEnabled": true,
- "predictiveBackGestureEnabled": false,
- "package": "com.acetoys",
- "versionCode": 103
- },
- "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"
- }
- }
- }
- }
|