app.json 1.7 KB

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