app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "expo": {
  3. "name": "艾斯潮盒",
  4. "slug": "asios",
  5. "version": "1.0.3",
  6. "orientation": "portrait",
  7. "icon": "./assets/images/icon.png",
  8. "scheme": ["asios", "alipay2021005175632205"],
  9. "userInterfaceStyle": "automatic",
  10. "newArchEnabled": true,
  11. "ios": {
  12. "supportsTablet": false,
  13. "bundleIdentifier": "com.asios",
  14. "appleTeamId": "Y9ZVX3FRX6",
  15. "buildNumber": "19",
  16. "infoPlist": {
  17. "ITSAppUsesNonExemptEncryption": false,
  18. "NSPhotoLibraryUsageDescription": "App需要访问您的相册以便您可以上传头像或保存商品分享图片。",
  19. "NSCameraUsageDescription": "App需要访问您的相机以便您可以拍摄并上传头像。"
  20. }
  21. },
  22. "android": {
  23. "adaptiveIcon": {
  24. "backgroundColor": "#1a1a2e",
  25. "foregroundImage": "./assets/images/icon.png"
  26. },
  27. "edgeToEdgeEnabled": true,
  28. "predictiveBackGestureEnabled": false,
  29. "package": "com.acetoys",
  30. "versionCode": 102
  31. },
  32. "web": {
  33. "output": "static",
  34. "favicon": "./assets/images/favicon.png"
  35. },
  36. "plugins": [
  37. "expo-router",
  38. [
  39. "expo-splash-screen",
  40. {
  41. "image": "./assets/images/splash-icon.png",
  42. "imageWidth": 200,
  43. "resizeMode": "contain",
  44. "backgroundColor": "#ffffff",
  45. "dark": {
  46. "backgroundColor": "#000000"
  47. }
  48. }
  49. ],
  50. "expo-native-alipay"
  51. ],
  52. "experiments": {
  53. "typedRoutes": true,
  54. "reactCompiler": true
  55. },
  56. "extra": {
  57. "router": {},
  58. "eas": {
  59. "projectId": "32f8987a-21cc-4897-9032-295bc3447a17"
  60. }
  61. }
  62. }
  63. }