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.

53 lines
1.2 KiB

  1. {
  2. "expo": {
  3. "name": "wpd-mobileapp",
  4. "slug": "wpd-mobileapp",
  5. "version": "1.0.0",
  6. "orientation": "portrait",
  7. "icon": "./app/assets/icon.png",
  8. "splash": {
  9. "image": "./app/assets/icons/splash.png",
  10. "resizeMode": "contain",
  11. "backgroundColor": "#ffffff"
  12. },
  13. "updates": {
  14. "fallbackToCacheTimeout": 0
  15. },
  16. "assetBundlePatterns": [
  17. "**/*"
  18. ],
  19. "ios": {
  20. "supportsTablet": true,
  21. "infoPlist": {
  22. "NSCameraUsageDescription": "Enable Camera Acess so that you can record Videos",
  23. "NSPhotoLibraryUsageDescription": "Enable Camera Roll Access so that you can select Other Videos from Camera Roll"
  24. }
  25. },
  26. "android": {
  27. "adaptiveIcon": {
  28. "foregroundImage": "./app/assets/adaptive-icon.png",
  29. "backgroundColor": "#FFFFFF"
  30. }
  31. },
  32. "web": {
  33. "favicon": "./app/assets/favicon.png"
  34. },
  35. "description": "",
  36. "packagerOpts": {
  37. "config": "metro.config.js",
  38. "sourceExts": [
  39. "expo.ts",
  40. "expo.tsx",
  41. "expo.js",
  42. "expo.jsx",
  43. "ts",
  44. "tsx",
  45. "js",
  46. "jsx",
  47. "json",
  48. "wasm",
  49. "svg"
  50. ]
  51. }
  52. }
  53. }