廓形仪rn版本-技术调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
947 B

  1. {
  2. "expo": {
  3. "name": "outline-rn",
  4. "slug": "outline-rn",
  5. "version": "1.0.0",
  6. "orientation": "portrait",
  7. "icon": "./assets/images/icon.png",
  8. "scheme": "myapp",
  9. "userInterfaceStyle": "automatic",
  10. "newArchEnabled": true,
  11. "ios": {
  12. "supportsTablet": true
  13. },
  14. "android": {
  15. "adaptiveIcon": {
  16. "foregroundImage": "./assets/images/adaptive-icon.png",
  17. "backgroundColor": "#ffffff"
  18. },
  19. "package": "com.anonymous.outlinern"
  20. },
  21. "web": {
  22. "bundler": "metro",
  23. "output": "static",
  24. "favicon": "./assets/images/favicon.png"
  25. },
  26. "plugins": [
  27. "expo-router",
  28. [
  29. "expo-splash-screen",
  30. {
  31. "image": "./assets/images/splash-icon.png",
  32. "imageWidth": 200,
  33. "resizeMode": "contain",
  34. "backgroundColor": "#ffffff"
  35. }
  36. ]
  37. ],
  38. "experiments": {
  39. "typedRoutes": true
  40. }
  41. }
  42. }