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.

37 lines
940 B

  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/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. }
  37. }