app.json 1.7 KB

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